Re: [ovs-dev] [manpages 2/2] docs: Add Makefile rule to check syntax of manpages.

2011-08-25 Thread Ben Pfaff
On Thu, Aug 25, 2011 at 12:53:36AM -0700, Justin Pettit wrote: > On Aug 24, 2011, at 11:54 AM, Ben Pfaff wrote: > > > --- a/Makefile.am > > +++ b/Makefile.am > > @@ -45,7 +45,8 @@ EXTRA_DIST = \ > > REPORTING-BUGS \ > > SubmittingPatches \ > > WHY-OVS \ > > - boot.sh > > + boot.sh

Re: [ovs-dev] [manpages 2/2] docs: Add Makefile rule to check syntax of manpages.

2011-08-25 Thread Justin Pettit
On Aug 24, 2011, at 11:54 AM, Ben Pfaff wrote: > --- a/Makefile.am > +++ b/Makefile.am > @@ -45,7 +45,8 @@ EXTRA_DIST = \ > REPORTING-BUGS \ > SubmittingPatches \ > WHY-OVS \ > - boot.sh > + boot.sh \ > + $(MAN_FRAGMENTS) Is it just me, or does that sound kind of gro

[ovs-dev] [manpages 2/2] docs: Add Makefile rule to check syntax of manpages.

2011-08-24 Thread Ben Pfaff
This should catch future nroff syntax errors immediately, instead of much later. --- Makefile.am | 15 ++- configure.ac |1 + lib/automake.mk |2 +- m4/openvswitch.m4 | 12 ofproto/automake.mk |2 +- ovsdb/automake.mk |