# HG changeset patch # User Daniel Atallah # Date 1197258861 0 # Node ID fe305715f4c7b0c671291481469fc85416a0e277 # Parent 1ba8e97ca24c2041b3a9008614770ef78e4191b9# Parent f890c02eee13c45802aea206437aefc866768196 merge of 'e2c8b56610435df5a63688fe4fc302f51f48cf10' and 'eab7fe1c9392eb68ab4aca3736d65b8bf4d99d14' diff -r f890c02eee13 -r fe305715f4c7 Makefile.am --- a/Makefile.am Mon Dec 10 03:52:17 2007 +0000 +++ b/Makefile.am Mon Dec 10 03:54:21 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"