im.pidgin.pidgin: e2c8b56610435df5a63688fe4fc302f51f48cf10

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Dec 9 22:56:07 EST 2007


-----------------------------------------------------------------
Revision: e2c8b56610435df5a63688fe4fc302f51f48cf10
Ancestor: 0f1bc6944f478b162c2c539eeede8b0b03496657
Author: rekkanoryo at pidgin.im
Date: 2007-12-10T03:53:08
Branch: im.pidgin.pidgin

Modified files:
        Makefile.am

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- Makefile.am	fb407592980691bef79bf018963697f939771797
+++ Makefile.am	1ee0899ac69975ee36bbb1533e2af914dcc633b7
@@ -51,7 +51,7 @@ if HAVE_XSLTPROC
 	@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"


More information about the Commits mailing list