Skip to content

Commit 2cc00a6

Browse files
committed
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
1 parent a601ea0 commit 2cc00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmldocs.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ otherdocdir = $(docdir)/$(lang)
4848

4949
# ************** Rules to install xml files for gnome-help ***********************
5050

51-
xml_files = $(entities) $(docname).xml
51+
xml_files = $(entities) $(docname).xml $(top_srcdir)/docbook/gnc-docbookx.dtd
5252
gnomehelp_DATA = $(xml_files)
5353
gnomehelpfiguresdir = $(gnomehelpdir)/$(figdir)
5454
gnomehelpfigures_DATA = $(shell ls ${srcdir}/${figdir}/*.png)

0 commit comments

Comments
 (0)