diff options
author | Alan Conway <aconway@apache.org> | 2011-03-22 18:26:14 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-03-22 18:26:14 +0000 |
commit | 94e6af300bdc31641893e217556c492d01fcc3b7 (patch) | |
tree | e002311a2961d3e94050e49f1a8bd983d97c29d8 /cpp/src | |
parent | 3735a6163a83f650bc3341f5dffa2b1b5949dc84 (diff) | |
download | qpid-python-94e6af300bdc31641893e217556c492d01fcc3b7.tar.gz |
QPID-3160: Check in pre-generated man page
Previously the man page was generated automatically from the output of
qpidd --help. To make a distribution, you had to build the entire
source tree just to generate the man page. This automation was of
limited value as the core broker options do not change often.
This commit includes a pre-generated man page. At each release we will
manually re-generate and check in a new man page. Instructions are
provided in docs/man/Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1084282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 3a4183fa03..e3a5a70564 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -886,10 +886,6 @@ nobase_include_HEADERS += \ ../include/qpid/types/Variant.h \ ../include/qpid/types/ImportExport.h -# Force build of qpidd during dist phase so help2man will work. -dist-hook: $(BUILT_SOURCES) - $(MAKE) qpidd - # Create the default data directory install-data-local: $(mkinstalldirs) $(DESTDIR)/$(localstatedir)/lib/qpidd |