summaryrefslogtreecommitdiff
path: root/qpid/cpp/docs/man
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-23 17:20:37 +0000
committerAlan Conway <aconway@apache.org>2006-12-23 17:20:37 +0000
commit1a5f3f72cc85d88e23d47d4b7ccb52c281205942 (patch)
tree6956f3a3136b4676b45358706823ad3fe64ed060 /qpid/cpp/docs/man
parent42e76f82d4a28a521433a2542dae32436b98aef7 (diff)
downloadqpid-python-1a5f3f72cc85d88e23d47d4b7ccb52c281205942.tar.gz
- rpm: make rpm now builds RPMs under rpm/ directory.
- src/qpidd.cpp: added --daemon option to run as daemon. - etc/qpidd: fixed bugs in init.rc script. - qpidc.spec: fixed rpmlint warnings, added apache URL git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/man')
-rw-r--r--qpid/cpp/docs/man/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am
index 1edfdd55d2..f637328cbb 100644
--- a/qpid/cpp/docs/man/Makefile.am
+++ b/qpid/cpp/docs/man/Makefile.am
@@ -4,7 +4,9 @@ man_aux = $(dist_man_MANS:.1=.x) $(optional_mans:.1=.x)
EXTRA_DIST = $(man_aux) $(optional_mans)
MAINTAINERCLEANFILES = $(dist_man_MANS)
-qpidd.1: $(srcdir)/qpidd.x $(top_srcdir)/src/qpidd.cpp
+dist-hook: $(man_aux)
+
+qpidd.1: $(srcdir)/qpidd.x $(top_srcdir)/src/qpidd
# Depend on configure.ac to get version number changes.
$(dist_man_MANS): $(top_srcdir)/configure.ac