X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fepub%2FMakefile.common;fp=common%2Fepub%2FMakefile.common;h=43fc645017d71c08fb82c45ed670ebc823431f37;hp=02ee57642514d6d62f44c8b0823cd930ffa57203;hb=4d9822ef9cef99fd823fd5ba7cd1e17bc3561664;hpb=c377892c74ca4c96f2819d458196c6a558fdb09b diff --git a/common/epub/Makefile.common b/common/epub/Makefile.common index 02ee576..43fc645 100644 --- a/common/epub/Makefile.common +++ b/common/epub/Makefile.common @@ -91,10 +91,11 @@ XSLFILES=$(RELXSLDIR)/epub-opf-metadata.xsl $(RELXSLDIR)/epub-xhtml.xsl \ epub: $(EPUB) $(AONROOTDIR)/$(BLANG)/epub/$(SERIES)/$(BASENAME)/$(EPUB): $(XMLFILE) $(EPUBSCRIPT) $(XSLFILES) cd $(AONROOTDIR) && perl $(EPUBSCRIPT) --language=$(BLANG) --font-files=$(FONTDIR) $(BASENAME) +# Alternate generation mechanism +# @[ -x `which dbtoepub` ] || { echo "ERROR: Cannot find 'dbtoepub', please install this package" >&2; exit 1; } +# dbtoepub -o $(BOOK) $(XMLFILE) >$(BOOK).log 2>&1; \ $(EPUB): $(AONROOTDIR)/$(BLANG)/epub/$(SERIES)/$(BASENAME)/$(EPUB) ebook-convert - @[ -x `which dbtoepub` ] || { echo "ERROR: Cannot find 'dbtoepub', please install this package" >&2; exit 1; } - dbtoepub -o $(BOOK) $(XMLFILE) >$(BOOK).log 2>&1; \ cp -p $(AONROOTDIR)/$(BLANG)/epub/$(SERIES)/$(BASENAME)/$(EPUB) . # Regenerate to include the covers properly within the Ebook and fix the EPUB ebook-convert $(EPUB) regen_$(EPUB) --cover $(COVERIMAGE)