gnucash-docs maint: Bug 797324 - yelp 3.32.2 does not find entities while listing 'all documents'

Geert Janssens gjanssens at code.gnucash.org
Sat Aug 17 08:58:52 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/2cc00a63 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/a601ea04 (commit)



commit 2cc00a63c21e7d315c26b22f9e830331ea398aec
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Aug 17 14:58:30 2019 +0200

    Bug 797324 - yelp 3.32.2 does not find entities while listing 'all documents'
    
    gnc-docbookx.dtd should be installed together with the xml files

diff --git a/xmldocs.make b/xmldocs.make
index 42ce28b..e97e75c 100644
--- a/xmldocs.make
+++ b/xmldocs.make
@@ -48,7 +48,7 @@ otherdocdir = $(docdir)/$(lang)
 
 # ************** Rules to install xml files for gnome-help ***********************
 
-xml_files = $(entities) $(docname).xml
+xml_files = $(entities) $(docname).xml $(top_srcdir)/docbook/gnc-docbookx.dtd
 gnomehelp_DATA =  $(xml_files)
 gnomehelpfiguresdir = $(gnomehelpdir)/$(figdir)
 gnomehelpfigures_DATA = $(shell ls ${srcdir}/${figdir}/*.png)



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



More information about the gnucash-changes mailing list