From dcd19cc0d970df073643caee4bd3b97fe93b68ac Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 22 May 2022 21:45:27 +0200 Subject: build: Do not dist built XML catalog It will have whatever paths the person who built the dist tarball hardcoded. --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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) \ -- cgit v1.2.1