mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-30 03:40:10 +01:00
build: Do not dist built XML catalog
It will have whatever paths the person who built the dist tarball hardcoded.
This commit is contained in:
parent
e368045782
commit
dcd19cc0d9
1 changed files with 2 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue