blob: 8dce90a754b8cebacdb38127fca003ab32daa4eb [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001[PATCH] disable to make ntf.8 man
2
3Upstream-Status: Pending
4
5$DB2MAN do not support the xinclude parameter whether it is
6docbook2x-man or other, so disable to make ntf.8 man
7
8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9---
10 doc/Makefile.am | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/doc/Makefile.am b/doc/Makefile.am
14index a92de7f..537c36b 100644
15--- a/doc/Makefile.am
16+++ b/doc/Makefile.am
17@@ -1,5 +1,5 @@
18 if BUILD_MAN
19-man_MANS = nft.8
20+#man_MANS = nft.8
21 endif
22
23 if BUILD_PDF
24--
251.9.1
26