summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-12-02 11:04:16 -0800
committerBen Pfaff <blp@nicira.com>2014-12-02 11:04:16 -0800
commit4441a01cbd42c9c02ce09eeb79020bf28c20a891 (patch)
treefa79faed246f9c4ad272827e3d348a165360c3f4 /third-party
parente3639cbd4f9b14833505c5c3942dd5f755eef705 (diff)
downloadopenvswitch-4441a01cbd42c9c02ce09eeb79020bf28c20a891.tar.gz
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>
Diffstat (limited to 'third-party')
-rw-r--r--third-party/automake.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/third-party/automake.mk b/third-party/automake.mk
index bce5f8b5e..fea5ac763 100644
--- a/third-party/automake.mk
+++ b/third-party/automake.mk
@@ -1,3 +1,2 @@
-EXTRA_DIST += \
- third-party/README.md \
- third-party/ofp-tcpdump.patch
+docs += third-party/README.md
+EXTRA_DIST += third-party/ofp-tcpdump.patch