openvswitch: rework disabling docs build
[feed/packages.git] / net / openvswitch / patches / 0004-build-trim-build.patch
1 From 3ee8ab22699b503b591b6abb4a2db89ac1881ea6 Mon Sep 17 00:00:00 2001
2 From: Yousong Zhou <zhouyousong@yunionyun.com>
3 Date: Tue, 21 Aug 2018 13:02:21 +0000
4 Subject: [PATCH] build: trim build
5
6 Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
7 ---
8 Makefile.am | 2 --
9 1 file changed, 2 deletions(-)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index 6140b2c7f..d9f9457fa 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -475,12 +475,10 @@ dist-docs:
16 VERSION=$(VERSION) MAKE='$(MAKE)' $(srcdir)/build-aux/dist-docs $(srcdir) $(docs)
17 .PHONY: dist-docs
18
19 -include Documentation/automake.mk
20 include m4/automake.mk
21 include lib/automake.mk
22 include ofproto/automake.mk
23 include utilities/automake.mk
24 -include tests/automake.mk
25 include include/automake.mk
26 include third-party/automake.mk
27 include debian/automake.mk