gnucash-docs maint: Bug 796998 - Expansion of <application>&app; </application> broken

John Ralls jralls at code.gnucash.org
Tue Jan 1 01:22:25 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/f6ec7f08 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/1fb8e171 (commit)



commit f6ec7f08a81934fab7e5a3dee4c1ee23d7d7b8ab
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 31 22:20:34 2018 -0800

    Bug 796998 - Expansion of <application>&app;</application> broken
    
    xsltproc needs the path to gnc-docbookx.dtd too.

diff --git a/configure.ac b/configure.ac
index 6c757be..78d2bb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AC_PATH_PROG(XSLTPROC, xsltproc)
 if test -z "$XSLTPROC"; then
   AC_MSG_ERROR([xsltproc not found, perhaps you should install the xsltproc or libxslt package ?])
 fi
-XSLTPROCFLAGS="--xinclude $XSLTPROCFLAGS"
+XSLTPROCFLAGS="--path \${top_srcdir}/docbook --xinclude $XSLTPROCFLAGS"
 AC_SUBST([XSLTPROCFLAGS])
 
 dnl Same for xmllint



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list