From 2713155352d200a0c7fdcdda07ac1154776f4b93 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 26 May 2008 22:18:27 +0000 Subject: Make help2man and doxygen dependencies optional. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660324 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/man/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/docs/man/Makefile.am') diff --git a/cpp/docs/man/Makefile.am b/cpp/docs/man/Makefile.am index c8df4eab6a..efc690050c 100644 --- a/cpp/docs/man/Makefile.am +++ b/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 -- cgit v1.2.1