aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/nftables/files/fix-to-generate-ntf.8.patch
blob: 8dce90a754b8cebacdb38127fca003ab32daa4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[PATCH] disable to make ntf.8 man

Upstream-Status: Pending

$DB2MAN do not support the xinclude parameter whether it is
docbook2x-man or other, so disable to make ntf.8 man

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a92de7f..537c36b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
 if BUILD_MAN
-man_MANS = nft.8
+#man_MANS = nft.8
 endif
 
 if BUILD_PDF
-- 
1.9.1