comparison Makefile.am @ 23768:31611d5d6a4a

merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9' and 'c3fe9bf88d02997989374e7ecc80a3f2462ee462'
author Richard Laager <rlaager@wiktel.com>
date Sat, 15 Nov 2008 23:47:18 +0000
parents f34539eb7a61
children a97f24eda509
comparison
equal deleted inserted replaced
23767:49b311889c10 23768:31611d5d6a4a
46 46
47 docs: Doxyfile 47 docs: Doxyfile
48 if HAVE_DOXYGEN 48 if HAVE_DOXYGEN
49 @echo "Running doxygen..." 49 @echo "Running doxygen..."
50 @doxygen 50 @doxygen
51 if HAVE_XSLTPROC
52 @echo "Generating devhelp index..."
53 @xsltproc doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp
54 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
55 else
56 @echo "Not generating devhelp index: xsltproc was not found by configure"
57 endif
51 else 58 else
52 @echo "doxygen was not found during configure. Aborting." 59 @echo "doxygen was not found during configure. Aborting."
53 @echo; 60 @echo;
54 endif 61 endif
55 62