# HG changeset patch # User John Bailey # Date 1197258788 0 # Node ID 1ba8e97ca24c2041b3a9008614770ef78e4191b9 # Parent fb73a6ed8197330c9ecb743fe33770c4bfa7683e 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. diff -r fb73a6ed8197 -r 1ba8e97ca24c Makefile.am --- a/Makefile.am Mon Dec 10 02:19:56 2007 +0000 +++ b/Makefile.am Mon Dec 10 03:53:08 2007 +0000 @@ -51,7 +51,7 @@ @doxygen if HAVE_XSLTPROC @echo "Generating devhelp index..." - @xsltproc doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp + @xsltproc $(top_srcdir)/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"