From: Brent Putman Date: Tue, 29 Aug 2006 17:45:09 +0000 (+0000) Subject: Fix for Bugzilla bug id 565 'doxygen required by make even if disabled or not found' X-Git-Tag: 1.0-alpha1~185 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=5ba44780dac963f4b20608f832fc6795425b9921 Fix for Bugzilla bug id 565 'doxygen required by make even if disabled or not found' --- diff --git a/Makefile.am b/Makefile.am index 76dd4cf..858ad49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,11 @@ dist-hook: SUBDIRS = schemas xmltooling xmltoolingtest -all-local: xmltooling.spec pkginfo doxygen-doc +all-local: xmltooling.spec pkginfo + +if DX_COND_doc +all-local: doxygen-doc +endif xmltooling.spec: xmltooling.spec.in Makefile rm -f $@.tmp