r22484 - gnucash-docs/trunk - gnucash-docs: fix out of tree epub build

Geert Janssens gjanssens at code.gnucash.org
Thu Nov 1 13:37:29 EDT 2012


Author: gjanssens
Date: 2012-11-01 13:37:29 -0400 (Thu, 01 Nov 2012)
New Revision: 22484
Trac: http://svn.gnucash.org/trac/changeset/22484

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

Modified: gnucash-docs/trunk/epub.make
===================================================================
--- gnucash-docs/trunk/epub.make	2012-11-01 17:37:17 UTC (rev 22483)
+++ gnucash-docs/trunk/epub.make	2012-11-01 17:37:29 UTC (rev 22484)
@@ -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