diff options
author | Alan Conway <aconway@apache.org> | 2006-12-23 17:20:37 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2006-12-23 17:20:37 +0000 |
commit | 6536407690660e10529c826ab3aa21baaa121ea1 (patch) | |
tree | aacbd4397be2fc04e394d77f83732bd77e5f4b99 /cpp/docs/man | |
parent | a958033ea68c9154da02d4378c4031f9dc02897e (diff) | |
download | qpid-python-6536407690660e10529c826ab3aa21baaa121ea1.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/qpid@489905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/man')
-rw-r--r-- | cpp/docs/man/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/docs/man/Makefile.am b/cpp/docs/man/Makefile.am index 1edfdd55d2..f637328cbb 100644 --- a/cpp/docs/man/Makefile.am +++ b/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 |