comparison Makefile.am @ 10925:993db24dae16

[gaim-migrate @ 12696] Added some checks to configure.ac to check if doxygen and dot are available and act accordingly rather than spewing errors. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 16 May 2005 21:48:05 +0000
parents c398f55ce5c7
children ed397b13f4d7
comparison
equal deleted inserted replaced
10924:7a82d86ab44a 10925:993db24dae16
41 apps_DATA = gaim.desktop 41 apps_DATA = gaim.desktop
42 42
43 SUBDIRS = doc intl pixmaps plugins po sounds src 43 SUBDIRS = doc intl pixmaps plugins po sounds src
44 44
45 docs: Doxyfile 45 docs: Doxyfile
46 if HAVE_DOXYGEN
47 @echo "Running doxygen..."
46 @doxygen 48 @doxygen
49 else
50 @echo "doxygen was not found during configure. Aborting."
51 @echo;
52 endif