From 1587fdd9af10ddb6df18982f453de2a297abbcf7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 27 Oct 2007 23:31:16 +0000 Subject: generate devhelp index file git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1562 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 = \ -- cgit