Fix for Bugzilla bug id 565 'doxygen required by make even if disabled or not found'
authorputmanb <putmanb@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 29 Aug 2006 17:50:41 +0000 (17:50 +0000)
committerputmanb <putmanb@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 29 Aug 2006 17:50:41 +0000 (17:50 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@76 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

Makefile.am

index 274bf2c..5cb4979 100644 (file)
@@ -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