From: Javier Fernández-Sanguino Date: Sun, 14 May 2017 11:53:27 +0000 (+0000) Subject: Do not make epub generation depend on the gbtoepub script. Otherwise, minor changes... X-Git-Tag: 20180215~63 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=5fd93f18fb5617325a0c77eee509e6b0467571f5 Do not make epub generation depend on the gbtoepub script. Otherwise, minor changes in the script (such as comments) will force all epubs to be regenerated again git-svn-id: https://projectaon.org/data/trunk@2635 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/epub/Makefile.common b/common/epub/Makefile.common index 4757825..633416f 100644 --- a/common/epub/Makefile.common +++ b/common/epub/Makefile.common @@ -94,7 +94,7 @@ XSLFILES=$(RELXSLDIR)/epub-opf-metadata.xsl $(RELXSLDIR)/epub-xhtml.xsl \ # Generate the ePub file from the XML file epub: $(EPUB) -$(AONROOTDIR)/$(BLANG)/epub/$(SERIES)/$(BASENAME)/$(EPUB): $(XMLFILE) $(EPUBSCRIPT) $(XSLFILES) +$(AONROOTDIR)/$(BLANG)/epub/$(SERIES)/$(BASENAME)/$(EPUB): $(XMLFILE) $(XSLFILES) cd $(AONROOTDIR) && perl $(EPUBSCRIPT) --language=$(BLANG) --font-files=$(FONTDIR) $(BASENAME) # Create cover page if not existing @if [ ! -e $(COVERIMAGE) ] ; then \