Date: Wed, 30 Jan 2013 22:39:38 +0100 From: Gabor Kovesdan <gabor@FreeBSD.org> To: Hiroki Sato <hrs@FreeBSD.org> Cc: svn-doc-projects@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: svn commit: r40828 - projects/xml-tools/share/mk Message-ID: <5109931A.3060004@FreeBSD.org> In-Reply-To: <20130131.043818.1230294862713909520.hrs@allbsd.org> References: <201301301636.r0UGaxfp005660@svn.freebsd.org> <20130131.043818.1230294862713909520.hrs@allbsd.org>
index | next in thread | previous in thread | raw e-mail
Em 30-01-2013 20:38, Hiroki Sato escreveu:
> ga> +${DOC}.epub: ${DOC}.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} \
> ga> + ${CSS_SHEET}
> ga> + ${XSLTPROC} ${XSLTPROCOPTS} ${XSLEPUB} ${DOC}.xml
> ga> + ${ECHO} "application/epub+zip" > mimetype
> ga> + ${CP} ${CSS_SHEET} OEBPS/
> ga> + zip -0Xq ${DOC}.epub mimetype
> ga> + zip -Xr9D ${DOC}.epub OEBPS META-INF
>
> I like to use bsdtar(1) to create a zip archive if possible.
Sure, I'll polish it later, it is just an experimental support for now.
Practically I'd have written ${ZIP} but those variables are defined in
an unconventional way in the doc repo.
Gabor
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5109931A.3060004>
