r22503 - gnucash-docs/trunk - Fix in-tree build error introduced in last commit

Geert Janssens gjanssens at code.gnucash.org
Fri Nov 2 13:34:54 EDT 2012


Author: gjanssens
Date: 2012-11-02 13:34:53 -0400 (Fri, 02 Nov 2012)
New Revision: 22503
Trac: http://svn.gnucash.org/trac/changeset/22503

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

Modified: gnucash-docs/trunk/epub.make
===================================================================
--- gnucash-docs/trunk/epub.make	2012-11-02 10:21:04 UTC (rev 22502)
+++ gnucash-docs/trunk/epub.make	2012-11-02 17:34:53 UTC (rev 22503)
@@ -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