Mercurial > pidgin.yaz
changeset 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 | fb73a6ed8197 |
children | fe305715f4c7 |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"