3fce74320170f1f2f5d9aa81a86f97cd1a318a76
[pti/rtp.git] / meta-stx / recipes-support / cluster-resource-agents / resource-agents / 01-disable-doc-build.patch
1 disable doc build
2
3 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
4 ---
5  Makefile.am | 2 +-
6  1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/Makefile.am b/Makefile.am
9 index 1769c6e..d66b2ae 100644
10 --- a/Makefile.am
11 +++ b/Makefile.am
12 @@ -37,7 +37,7 @@ RGMANAGER = with
13  endif
14  
15  if BUILD_LINUX_HA
16 -SUBDIRS        += include heartbeat tools ldirectord doc
17 +SUBDIRS        += include heartbeat tools ldirectord
18  LINUX_HA = without
19  else
20  LINUX_HA = with
21 -- 
22 1.8.3.1
23