svn commit: r40828 - projects/xml-tools/share/mk

Gabor Kovesdan gabor at FreeBSD.org
Wed Jan 30 21:39:40 UTC 2013


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


More information about the svn-doc-projects mailing list