dist-docs: New utility to generate a documentation bundle for the website.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Dec 2014 19:04:16 +0000 (11:04 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Dec 2014 19:04:16 +0000 (11:04 -0800)
commit4441a01cbd42c9c02ce09eeb79020bf28c20a891
treefa79faed246f9c4ad272827e3d348a165360c3f4
parente3639cbd4f9b14833505c5c3942dd5f755eef705
dist-docs: New utility to generate a documentation bundle for the website.

This utility isn't going to be as portable as most of the Open vSwitch
utilities, unfortunately.  I'm happy to take improvements to make it
able to work with, e.g., the "man" program from BSD.  (I haven't tested
with that program, but I suspect that it is somewhat different from the
GNU version.)

The output of this program can already be viewed at:
http://openvswitch.org/support/dist-docs/

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
Makefile.am
build-aux/dist-docs [new file with mode: 0755]
manpages.mk
third-party/automake.mk
tutorial/automake.mk
utilities/automake.mk
vtep/automake.mk