# HG changeset patch # User Stu Tomlinson # Date 1275701317 0 # Node ID ed909ccaeb36c7afe6dd9b2811b671eb9a5e57e9 # Parent 52ffd59b26fc286d186565844ea4191666ba52f2 Make the advice for symlink-ing devhelp docs more explicit to reduce the risk of broken relative symlinks diff -r 52ffd59b26fc -r ed909ccaeb36 Makefile.am --- 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