summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-05-22 21:45:27 +0200
committerSimon McVittie <smcv@collabora.com>2022-05-24 11:25:31 +0000
commitdcd19cc0d970df073643caee4bd3b97fe93b68ac (patch)
treec72eb7b993a3183f28b7826db4d8694c548c013c /doc
parente368045782ad6fa4b6f81a6ffdeca012f897a318 (diff)
downloaddbus-dcd19cc0d970df073643caee4bd3b97fe93b68ac.tar.gz
build: Do not dist built XML catalog
It will have whatever paths the person who built the dist tarball hardcoded.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 605f8666..471ac2b5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,7 +30,7 @@ xmlcatalogdir = $(dtddir)
catalog.xml: catalog.xml.in
$(SED) "s|@DBUS_DTD_DIR@|$(dtddir)|" $< >$@
-dist_xmlcatalog_DATA = \
+xmlcatalog_DATA = \
catalog.xml
dist_doc_DATA = system-activation.txt
@@ -211,6 +211,7 @@ endif
CLEANFILES = \
$(man1_MANS) \
$(MAN_XML_FILES) \
+ $(xmlcatalog_DATA) \
$(XMLTO_HTML) \
$(YELP_HTML) \
$(YELP_STATIC_HTML) \