mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-07 23:28:23 +02:00
Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in clean
It needs to be in $(htmldir) so that its relative paths will work. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
This commit is contained in:
parent
b9f38fd024
commit
37cb1522fe
1 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,8 @@ EXTRA_DIST = \
|
|||
$(STATIC_DOCS) \
|
||||
$(MAN_IN_FILES)
|
||||
|
||||
html_DATA =
|
||||
|
||||
HTML_FILES= \
|
||||
dbus-faq.html \
|
||||
dbus-specification.html \
|
||||
|
|
@ -79,7 +81,7 @@ doxygen.stamp: $(wildcard $(top_srcdir)/dbus/*.[ch])
|
|||
@touch $@
|
||||
|
||||
if DBUS_HAVE_XSLTPROC
|
||||
api_DATA = dbus.devhelp
|
||||
html_DATA += dbus.devhelp
|
||||
|
||||
dbus.devhelp: $(srcdir)/doxygen_to_devhelp.xsl doxygen.stamp
|
||||
$(XSLTPROC) -o $@ $< api/xml/index.xml
|
||||
|
|
@ -147,6 +149,7 @@ maintainer-upload-docs:
|
|||
endif
|
||||
|
||||
clean-local:
|
||||
rm -f $(html_DATA)
|
||||
rm -rf api
|
||||
rm -rf dbus-docs
|
||||
rm -f *.1.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue