comparison Makefile.am @ 21882:6332fbeeab27

propagate from branch 'im.pidgin.pidgin' (head 1d77c730a1160c77d14354d4ce61455e59c94fbc) to branch 'im.pidgin.pidgin.sadrul.tooltips' (head 171ddd847ab5e59a2d8e1f67c8773930b6a425a4)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 12 Dec 2007 00:11:11 +0000
parents 1ba8e97ca24c
children 42cf060f1c76
comparison
equal deleted inserted replaced
21881:a69a4307c9a8 21882:6332fbeeab27
49 if HAVE_DOXYGEN 49 if HAVE_DOXYGEN
50 @echo "Running doxygen..." 50 @echo "Running doxygen..."
51 @doxygen 51 @doxygen
52 if HAVE_XSLTPROC 52 if HAVE_XSLTPROC
53 @echo "Generating devhelp index..." 53 @echo "Generating devhelp index..."
54 @xsltproc doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp 54 @xsltproc $(top_srcdir)/doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp
55 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)" 55 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
56 else 56 else
57 @echo "Not generating devhelp index: xsltproc was not found by configure" 57 @echo "Not generating devhelp index: xsltproc was not found by configure"
58 endif 58 endif
59 else 59 else