mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
Converts the majority of docs over to use the Markdown language for pretty printing on GitHub. It's a rough first convertion without exploiting the full potential of Markdown at this point. Section titles and indentation are fixed as needed. Minimal docs interlinking is added. Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
13 lines
273 B
Makefile
13 lines
273 B
Makefile
EXTRA_DIST += \
|
|
tutorial/Tutorial.md \
|
|
tutorial/ovs-sandbox \
|
|
tutorial/t-setup \
|
|
tutorial/t-stage0 \
|
|
tutorial/t-stage1 \
|
|
tutorial/t-stage2 \
|
|
tutorial/t-stage3 \
|
|
tutorial/t-stage4
|
|
|
|
sandbox: all
|
|
cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir)
|