comparison Makefile.am @ 21805:1ba8e97ca24c

Ari noticed that `make docs` no longer functions properly when the build directory is different from the source directory. This should solve that. Fixes #4329.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 10 Dec 2007 03:53:08 +0000
parents 19ad2242c06d
children 42cf060f1c76
comparison
equal deleted inserted replaced
21804:fb73a6ed8197 21805:1ba8e97ca24c
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