diff options
| author | Gordon Sim <gsim@apache.org> | 2010-06-30 11:25:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-06-30 11:25:43 +0000 |
| commit | 6cbec1a71bba22be99aa5b7d9dde4ebc2c23ca26 (patch) | |
| tree | 4a71d4dd653629476699607012a06bec8df1ad57 /qpid/cpp/docs/man/Makefile.am | |
| parent | 0c79cb4e00cc37d6adab0997c65591401a71cca3 (diff) | |
| download | qpid-python-6cbec1a71bba22be99aa5b7d9dde4ebc2c23ca26.tar.gz | |
Added sed based alternative to help2man to ensure that a reasonable man page is produced in all cases
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@959271 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/man/Makefile.am')
| -rw-r--r-- | qpid/cpp/docs/man/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am index cb13a16e4f..14295f73bf 100644 --- a/qpid/cpp/docs/man/Makefile.am +++ b/qpid/cpp/docs/man/Makefile.am @@ -19,7 +19,7 @@ dist_man_MANS = qpidd.1 man_aux = $(dist_man_MANS:.1=.x) -EXTRA_DIST = $(man_aux) +EXTRA_DIST = $(man_aux) generate_manpage groffify_options.sed groffify_template.sed DISTCLEANFILES = $(dist_man_MANS) CLEANFILES=qpidd.1 @@ -40,8 +40,8 @@ qpidd.1: $(srcdir)/qpidd.x $(top_builddir)/src/qpidd @mv $@-t $@ else qpidd.1: - @echo "Warning: help2man not available, man page lacks options." - @cp $(srcdir)/qpidd.x $@ + @echo "Warning: help2man not available, using sed script instead." + $(srcdir)/generate_manpage $(srcdir)/qpidd.x $(top_builddir)/src/qpidd $@ endif |
