diff Makefile.am @ 21101:741c3b5eac21

propagate from branch 'im.pidgin.pidgin' (head cf95a43fbd6666b7d2e750c182d7b85b047582c0) to branch 'im.pidgin.cpw.khc.msnp14.soap' (head 1bd638d193e3a865ce99ed451afc25d957d7c9a2)
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 14 Oct 2007 22:18:59 +0000
parents f34539eb7a61
children a97f24eda509
line wrap: on
line diff
--- a/Makefile.am	Thu Oct 04 06:13:01 2007 +0000
+++ b/Makefile.am	Sun Oct 14 22:18:59 2007 +0000
@@ -48,6 +48,13 @@
 if HAVE_DOXYGEN
 	@echo "Running doxygen..."
 	@doxygen
+if HAVE_XSLTPROC
+	@echo "Generating devhelp index..."
+	@xsltproc doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp
+	@echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
+else
+	@echo "Not generating devhelp index: xsltproc was not found by configure"
+endif
 else
 	@echo "doxygen was not found during configure.  Aborting."
 	@echo;