[ovs-dev] [manpages 0/5] more manpage infrastructure improvements

Ben Pfaff blp at nicira.com
Thu Aug 25 19:34:52 UTC 2011


Here's some more stuff I noticed while looking over the manpages.

Ben Pfaff (5):
  Move soexpand.pl into build-aux and make it non-executable.
  Implement automatic dependency generation for manpages.
  tests: Fix noinst_man_MANS.
  test-openflowd: Fix groff warning.
  Improve manpage checking rule.

 Makefile.am                          |   34 +++--
 build-aux/sodepends.pl               |   69 +++++++++
 soexpand.pl => build-aux/soexpand.pl |    0
 manpages.mk                          |  255 ++++++++++++++++++++++++++++++++++
 ovsdb/automake.mk                    |   11 +-
 ovsdb/ovsdbmonitor/automake.mk       |    4 +-
 tests/automake.mk                    |    4 +-
 tests/test-openflowd.8.in            |    1 +
 utilities/automake.mk                |   20 ++--
 utilities/bugtool/automake.mk        |    1 +
 vswitchd/automake.mk                 |    7 +-
 11 files changed, 373 insertions(+), 33 deletions(-)
 create mode 100644 build-aux/sodepends.pl
 rename soexpand.pl => build-aux/soexpand.pl (100%)
 mode change 100755 => 100644
 create mode 100644 manpages.mk

-- 
1.7.4.4




More information about the dev mailing list