From 4441a01cbd42c9c02ce09eeb79020bf28c20a891 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 2 Dec 2014 11:04:16 -0800 Subject: 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 Acked-by: Thomas Graf --- tutorial/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') diff --git a/tutorial/automake.mk b/tutorial/automake.mk index 8a75a836f..3d22d7aa4 100644 --- a/tutorial/automake.mk +++ b/tutorial/automake.mk @@ -1,5 +1,5 @@ +docs += tutorial/Tutorial.md EXTRA_DIST += \ - tutorial/Tutorial.md \ tutorial/ovs-sandbox \ tutorial/t-setup \ tutorial/t-stage0 \ -- cgit v1.2.1