gnucash-docs maint: Better style for the *.png dependencies.
John Ralls
jralls at code.gnucash.org
Sun Dec 20 13:25:11 EST 2015
Updated via https://github.com/Gnucash/gnucash-docs/commit/c1904dd1 (commit)
from https://github.com/Gnucash/gnucash-docs/commit/c09a5db6 (commit)
commit c1904dd199c7decb9b8b4a065ad7863ade62770c
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Dec 20 10:24:50 2015 -0800
Better style for the *.png dependencies.
diff --git a/xmldocs.make b/xmldocs.make
index 7bcc8e4..0399ce3 100644
--- a/xmldocs.make
+++ b/xmldocs.make
@@ -82,7 +82,7 @@ all: ${OMF}
# ************** Rules to make and install html documentation ********************
styledir = $(top_srcdir)/stylesheet
CLEANFILES += $(docname)/*.html
-figfiles = `ls $(figdir)/*.png`
+figfiles = $(shell ls ${srcdir}/${figdir}/*.png)
html: all convert-html copy-pics copy-style
# Convert xml to html with xsltproc
Summary of changes:
xmldocs.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list