diff options
author | Alan Conway <aconway@apache.org> | 2008-05-26 22:18:27 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-26 22:18:27 +0000 |
commit | 48742ca2a01a468d4c56c63205d6284861c2b136 (patch) | |
tree | f441f1730a3f7cd21dd2b8165664a93034c73fc3 /qpid/cpp/docs/api | |
parent | 2f9b9b0a405883ed4fa13c219865726c0b89d86e (diff) | |
download | qpid-python-48742ca2a01a468d4c56c63205d6284861c2b136.tar.gz |
Make help2man and doxygen dependencies optional.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am index bde8b5fa3d..3b9c7648e0 100644 --- a/qpid/cpp/docs/api/Makefile.am +++ b/qpid/cpp/docs/api/Makefile.am @@ -6,6 +6,8 @@ # TODO aconway 2007-04-12: html should have a # dependency on source/header files. +if HAVE_DOXYGEN + EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp html: html.timestamp @@ -16,3 +18,5 @@ html.timestamp: clean-local: rm -rf html html-dev html.timestamp + +endif |