1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-15 13:49:28 +03:00

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>
This commit is contained in:
Björn Jacke
2018-01-04 16:19:13 +01:00
committed by Bjoern Jacke
parent a2f5b3b8e1
commit 9b27948d65

View File

@ -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))