diff Makefile.am @ 30589:ed909ccaeb36

Make the advice for symlink-ing devhelp docs more explicit to reduce the risk of broken relative symlinks
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 05 Jun 2010 01:28:37 +0000
parents a4527d9ee853
children a14c2e81fcf0
line wrap: on
line diff
--- a/Makefile.am	Thu Jun 03 23:13:03 2010 +0000
+++ b/Makefile.am	Sat Jun 05 01:28:37 2010 +0000
@@ -136,7 +136,7 @@
 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