summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2007-12-10 03:53:08 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2007-12-10 03:53:08 +0000
commit0d5df91dfaba37a50ca269ee705dff661cfc6fa5 (patch)
treee70b7b8131088125b28b4cf6bfdaf0b7ed76e627 /Makefile.am
parent74d2212e024551dc5c4a663d9d1a90870abe27d2 (diff)
downloadpidgin-0d5df91dfaba37a50ca269ee705dff661cfc6fa5.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0eb7b46d4e..06bf6044da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ if HAVE_DOXYGEN
@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"