summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bjacke@samba.org>2018-01-04 16:19:13 +0100
committerBjoern Jacke <bj@sernet.de>2018-01-05 15:29:13 +0100
commit9b27948d6540b17d99bed3e39e75b2508f05a489 (patch)
treecfeaabf63990f1d2f9cea6a6a2e07c3f8662719b /docs-xml
parenta2f5b3b8e12bfc3d7182a406526b0d7edaf58a31 (diff)
downloadsamba-9b27948d6540b17d99bed3e39e75b2508f05a489.tar.gz
docs-xml: set a reasonable XML_CATALOG_FILES in Makefile
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile
index 07e728b55bf..bcbdc2677c5 100644
--- a/docs-xml/Makefile
+++ b/docs-xml/Makefile
@@ -6,6 +6,8 @@
# Jelmer Vernooij <jelmer@samba.org>
include Makefile.settings
+export XML_CATALOG_FILES := $(XML_CATALOG_FILES) /etc/xml/catalog $(shell pwd)/build/catalog.xml
+
# Docs to build
MAIN_DOCS = $(patsubst %/index.xml,%,$(wildcard */index.xml))
MANPAGES = $(sort $(wildcard $(MANPAGEDIR)/*.?.xml))