summaryrefslogtreecommitdiff
path: root/qpid/cpp/docs/man
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-26 22:18:27 +0000
committerAlan Conway <aconway@apache.org>2008-05-26 22:18:27 +0000
commit48742ca2a01a468d4c56c63205d6284861c2b136 (patch)
treef441f1730a3f7cd21dd2b8165664a93034c73fc3 /qpid/cpp/docs/man
parent2f9b9b0a405883ed4fa13c219865726c0b89d86e (diff)
downloadqpid-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/man')
-rw-r--r--qpid/cpp/docs/man/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am
index c8df4eab6a..efc690050c 100644
--- a/qpid/cpp/docs/man/Makefile.am
+++ b/qpid/cpp/docs/man/Makefile.am
@@ -1,3 +1,5 @@
+if HAVE_HELP2MAN
+
dist_man_MANS = qpidd.1
man_aux = $(dist_man_MANS:.1=.x)
@@ -18,3 +20,7 @@ SUFFIXES = .x .1
$(HELP2MAN) --no-info --include=$(srcdir)/$*.x --output=$@-t ../../src/$*
@chmod a-w $@-t
@mv $@-t $@
+
+CLEANFILES=qpidd.1
+
+endif