Ari noticed that `make docs` no longer functions properly when the build

Mon, 10 Dec 2007 03:53:08 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Mon, 10 Dec 2007 03:53:08 +0000
changeset 21922
0692146e9809
parent 21919
9be7eb0e891c
child 21923
f924929928cd

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.

Makefile.am file | annotate | diff | comparison | revisions
--- 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"

mercurial