From 5fd93f18fb5617325a0c77eee509e6b0467571f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Sun, 14 May 2017 11:53:27 +0000 Subject: [PATCH] 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 --- common/epub/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1