- Also add images to the epub archive
This commit is contained in:
parent
f91ca3af36
commit
5ab0b5a928
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40892
1 changed files with 3 additions and 0 deletions
|
@ -361,6 +361,9 @@ ${DOC}.epub: ${DOC}.parsed.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} \
|
|||
${XSLTPROC} ${XSLTPROCOPTS} ${XSLEPUB} ${DOC}.parsed.xml
|
||||
${ECHO} "application/epub+zip" > mimetype
|
||||
${CP} ${CSS_SHEET} OEBPS/
|
||||
.if defined(LOCAL_IMAGES_LIB) || defined(LOCAL_IMAGES_PNG)
|
||||
${CP} ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} OEBPS/
|
||||
.endif
|
||||
${ZIP} ${ZIPOPTS} ${DOC}.epub mimetype OEBPS META-INF
|
||||
|
||||
# TXT --------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue