- Revert r40891 since the created archive has compatibility problems
This commit is contained in:
parent
5ab0b5a928
commit
f1a9c7762c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40893
2 changed files with 4 additions and 3 deletions
|
@ -46,8 +46,8 @@ BZIPOPTS?= -qf9
|
|||
GZIP?= gzip
|
||||
GZIPOPTS?= -qf9
|
||||
TAR?= /usr/bin/tar
|
||||
ZIP?= ${TAR}
|
||||
ZIPOPTS?= -c --format=zip --options zip:compression=deflate -f
|
||||
ZIP?= ${PREFIX}/bin/zip
|
||||
ZIPOPTS?= -9X
|
||||
|
||||
#
|
||||
# Rendering and format conversion
|
||||
|
|
|
@ -364,7 +364,8 @@ ${DOC}.epub: ${DOC}.parsed.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} \
|
|||
.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
|
||||
${ZIP} ${ZIPOPTS} ${DOC}.epub mimetype
|
||||
${ZIP} ${ZIPOPTS} -Dr ${DOC}.epub OEBPS META-INF
|
||||
|
||||
# TXT --------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue