comparison Makefile.am @ 21000:89c7be36fd61

propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4) to branch 'im.pidgin.pidgin' (head 4e59fcb1e2baf2eb63083224381e0af9fe1331cc)
author Richard Laager <rlaager@wiktel.com>
date Tue, 23 Oct 2007 17:27:12 +0000
parents f34539eb7a61
children a97f24eda509
comparison
equal deleted inserted replaced
20374:535de68c9d09 21000:89c7be36fd61
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