pidgin: 5cd4c8d6: Make the advice for symlink-ing devhelp ...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Fri Jun 4 21:30:47 EDT 2010


-----------------------------------------------------------------
Revision: 5cd4c8d6a9a467480e21ae349de63f7f200ad39b
Ancestor: 07a59c27400e4ab651316adfa2c75c22ed085fe5
Author: nosnilmot at pidgin.im
Date: 2010-06-05T01:28:37
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5cd4c8d6a9a467480e21ae349de63f7f200ad39b

Modified files:
        Makefile.am

ChangeLog: 

Make the advice for symlink-ing devhelp docs more explicit to reduce the
risk of broken relative symlinks

-------------- next part --------------
============================================================
--- Makefile.am	aceee639ff2274f23c67afa91852df81c4b31b25
+++ Makefile.am	042cd4f1a587ff1633aaed103f0874c7cec999c6
@@ -136,7 +136,7 @@ if HAVE_XSLTPROC
 if HAVE_XSLTPROC
 	@echo "Generating devhelp index..."
 	@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)"
+	@echo "(Symlink $$(pwd)/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"
 endif


More information about the Commits mailing list