comparison Makefile.am @ 25947:4b8c4870b13a

propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327) to branch 'im.pidgin.pidgin' (head d8c03c68d591d9392607d954942ee58b8618d946)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 04:18:40 +0000
parents 9bdd3ab8087f e0a6a829df87
children cc8f641d2fde
comparison
equal deleted inserted replaced
25946:8998ca47e6d0 25947:4b8c4870b13a
98 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)" 98 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
99 else 99 else
100 @echo "Not generating devhelp index: xsltproc was not found by configure" 100 @echo "Not generating devhelp index: xsltproc was not found by configure"
101 endif 101 endif
102 else 102 else
103 @echo "doxygen was not found during configure. Aborting." 103 @echo "doxygen was not found during configure. Unable to build documentation."
104 @echo; 104 @echo;
105 endif 105 endif
106 106
107 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which 107 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which
108 # breaks "make distcheck" unless we ignore perl things 108 # breaks "make distcheck" unless we ignore perl things