summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-12-08 12:55:30 +0000
committerBen Pfaff <blp@ovn.org>2016-12-12 09:11:03 -0800
commitc431227e33503421d3412bd33415750b6010730d (patch)
tree8bb311ccbd801d8af5c8f087304f4a3a74783fe5 /third-party
parent11e029064ca2cd71c7382df5202dca8a9ed0c968 (diff)
downloadopenvswitch-c431227e33503421d3412bd33415750b6010730d.tar.gz
doc: Remove documentation from distdoc target
Basic Sphinx integration is now complete. Remove the documentation aspects of the 'dist-docs' target in favor of the htmldocs target. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'third-party')
-rw-r--r--third-party/automake.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/third-party/automake.mk b/third-party/automake.mk
index 9eaf02f81..dd7bf4184 100644
--- a/third-party/automake.mk
+++ b/third-party/automake.mk
@@ -1,2 +1,3 @@
-docs += third-party/README.rst
-EXTRA_DIST += third-party/ofp-tcpdump.patch
+EXTRA_DIST += \
+ third-party/ofp-tcpdump.patch \
+ third-party/README.rst