mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 12:38:01 +02:00
Build dbus.devhelp using doxygen_to_devhelp.xsl and install it
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=13495
This commit is contained in:
parent
fbe8c192e2
commit
1be098611e
2 changed files with 8 additions and 0 deletions
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
|
|
@ -7,6 +7,7 @@ Makefile.in
|
|||
*.la
|
||||
*.o
|
||||
api
|
||||
dbus.devhelp
|
||||
dbus-specification.html
|
||||
dbus-test-plan.html
|
||||
dbus-tutorial.html
|
||||
|
|
|
|||
|
|
@ -72,6 +72,13 @@ doxygen.stamp: $(wildcard $(top_srcdir)/dbus/*.[ch])
|
|||
$(AM_V_GEN)cd $(top_builddir) && doxygen Doxyfile
|
||||
@touch $@
|
||||
|
||||
if DBUS_HAVE_XSLTPROC
|
||||
api_DATA = dbus.devhelp
|
||||
|
||||
dbus.devhelp: $(srcdir)/doxygen_to_devhelp.xsl doxygen.stamp
|
||||
$(XSLTPROC) -o $@ $< api/xml/index.xml
|
||||
endif
|
||||
|
||||
# this assumes CREATE_SUBDIRS isn't set to YES in Doxyfile
|
||||
# (which it isn't currently)
|
||||
install-data-local:: doxygen.stamp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue