From d3b5792fd6b5faf1f83462cf02f071f4eb2310a1 Mon Sep 17 00:00:00 2001 From: Brent Putman Date: Tue, 29 Aug 2006 17:50:41 +0000 Subject: [PATCH] Fix for Bugzilla bug id 565 'doxygen required by make even if disabled or not found' --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 274bf2c..5cb4979 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,11 @@ dist-hook: SUBDIRS = schemas saml samltest -all-local: opensaml.spec pkginfo doxygen-doc +all-local: opensaml.spec pkginfo + +if DX_COND_doc +all-local: doxygen-doc +endif opensaml.spec: opensaml.spec.in Makefile rm -f $@.tmp -- 2.1.4