Do not make epub generation depend on the gbtoepub script. Otherwise, minor changes...
authorJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Sun, 14 May 2017 11:53:27 +0000 (11:53 +0000)
committerJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Sun, 14 May 2017 11:53:27 +0000 (11:53 +0000)
git-svn-id: https://projectaon.org/data/trunk@2635 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/epub/Makefile.common

index 4757825..633416f 100644 (file)
@@ -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 \