r22581 - gnucash-docs/branches/2.4 - Fix in-tree build error introduced in last commit

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


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

Modified:
   gnucash-docs/branches/2.4/epub.make
Log:
Fix in-tree build error introduced in last commit

Modified: gnucash-docs/branches/2.4/epub.make
===================================================================
--- gnucash-docs/branches/2.4/epub.make	2012-11-20 14:25:05 UTC (rev 22580)
+++ gnucash-docs/branches/2.4/epub.make	2012-11-20 14:25:14 UTC (rev 22581)
@@ -16,9 +16,9 @@
 	$(XSLTPROC) --stringparam base.dir OEBPS/ \
 	            --stringparam epub.metainf.dir META-INF/ \
 	            --stringparam epub.oebps.dir OEBPS/ \
-	            $(top_srcdir)/xsl/1.75.2/epub/docbook.xsl \
-	            $(srcdir)/$(docname).xml && \
-	cp -L -R $(srcdir)/figures OEBPS/ && \
+	            $(abs_top_srcdir)/xsl/1.75.2/epub/docbook.xsl \
+	            $(abs_srcdir)/$(docname).xml && \
+	cp -L -R $(abs_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