comparison Makefile.am @ 26169:8793f771eba4

propagate from branch 'im.pidgin.pidgin' (head df7280158976d27e9eaf4a660e32a5af5a484578) to branch 'im.pidgin.soc.2008.yahoo' (head c6eb815e9facc358b7724957f4a8351bc589b43e)
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Sun, 01 Mar 2009 13:55:33 +0000
parents e0a6a829df87
children 4b8c4870b13a
comparison
equal deleted inserted replaced
26168:1520b67d792f 26169:8793f771eba4
97 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)" 97 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
98 else 98 else
99 @echo "Not generating devhelp index: xsltproc was not found by configure" 99 @echo "Not generating devhelp index: xsltproc was not found by configure"
100 endif 100 endif
101 else 101 else
102 @echo "doxygen was not found during configure. Aborting." 102 @echo "doxygen was not found during configure. Unable to build documentation."
103 @echo; 103 @echo;
104 endif 104 endif
105 105
106 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which 106 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which
107 # breaks "make distcheck" unless we ignore perl things 107 # breaks "make distcheck" unless we ignore perl things