r22580 - gnucash-docs/branches/2.4 - gnucash-docs: fix out of tree epub build

Geert Janssens gjanssens at code.gnucash.org
Tue Nov 20 09:25:05 EST 2012


Author: gjanssens
Date: 2012-11-20 09:25:05 -0500 (Tue, 20 Nov 2012)
New Revision: 22580
Trac: http://svn.gnucash.org/trac/changeset/22580

Modified:
   gnucash-docs/branches/2.4/epub.make
Log:
gnucash-docs: fix out of tree epub build

Modified: gnucash-docs/branches/2.4/epub.make
===================================================================
--- gnucash-docs/branches/2.4/epub.make	2012-11-20 14:12:09 UTC (rev 22579)
+++ gnucash-docs/branches/2.4/epub.make	2012-11-20 14:25:05 UTC (rev 22580)
@@ -16,9 +16,9 @@
 	$(XSLTPROC) --stringparam base.dir OEBPS/ \
 	            --stringparam epub.metainf.dir META-INF/ \
 	            --stringparam epub.oebps.dir OEBPS/ \
-	            ../../../xsl/1.75.2/epub/docbook.xsl \
-	            ../$(docname).xml && \
-	cp -L -R ../figures OEBPS/ && \
+	            $(top_srcdir)/xsl/1.75.2/epub/docbook.xsl \
+	            $(srcdir)/$(docname).xml && \
+	cp -L -R $(srcdir)/figures OEBPS/ && \
 	zip -X -r ../$(epubfile) mimetype META-INF OEBPS && \
 	cd ..) && posthook=''; \
 	if test -d "$$EPUB_TMPDIR"; then \



More information about the gnucash-changes mailing list