comparison Makefile.am @ 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 a4527d9ee853
children a14c2e81fcf0
comparison
equal deleted inserted replaced
30162:52ffd59b26fc 30163:ed909ccaeb36
134 @echo "Running doxygen..." 134 @echo "Running doxygen..."
135 @doxygen 135 @doxygen
136 if HAVE_XSLTPROC 136 if HAVE_XSLTPROC
137 @echo "Generating devhelp index..." 137 @echo "Generating devhelp index..."
138 @xsltproc $(top_srcdir)/doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp 138 @xsltproc $(top_srcdir)/doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp
139 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)" 139 @echo "(Symlink $$(pwd)/doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
140 else 140 else
141 @echo "Not generating devhelp index: xsltproc was not found by configure" 141 @echo "Not generating devhelp index: xsltproc was not found by configure"
142 endif 142 endif
143 else 143 else
144 @echo "doxygen was not found during configure. Unable to build documentation." 144 @echo "doxygen was not found during configure. Unable to build documentation."