summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-27 23:31:16 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-27 23:31:16 +0000
commit1587fdd9af10ddb6df18982f453de2a297abbcf7 (patch)
treedb6a37437acac335c562acc69ea95b1d8cb9cfd4 /Makefile.am
parentcfbfc17a70c353264ec26dd66228d16e31b08e77 (diff)
generate devhelp index file
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1562 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f5af878..7704091 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,8 @@ EXTRA_DIST = \
avahi-ui-sharp.pc.in \
avahi-compat-libdns_sd.pc.in \
avahi-compat-howl.pc.in \
- avahi-ui.pc.in
+ avahi-ui.pc.in \
+ doxygen_to_devhelp.xsl
SUBDIRS = \
common \
@@ -254,6 +255,11 @@ CLEANFILES += avahi-qt4.pc
endif
+CLEANFILES += avahi.devhelp
+
+avahi.devhelp: doxygen-run
+ xsltproc -o $@ doxygen_to_devhelp.xsl doxygen/xml/index.xml
+
MOSTLYCLEANFILES = $(DX_CLEANFILES)
DISTCHECK_CONFIGURE_FLAGS = \