Mercurial > pidgin
changeset 30163: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 | 52ffd59b26fc |
children | d88c15d3d8fa |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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