X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fepub%2FMakefile.common;h=633416fd7f7abf56c494677f820f6ec90099ea94;hp=4757825601058630b4bedb38b7b77f75d8fb62ed;hb=HEAD;hpb=65446fc1ccf77df6801b60856bf062709910af27 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 \