From daa2c6e05ec50074a9f63fe83114a14f8889df6d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 29 Mar 2011 14:32:52 +0000 Subject: [PATCH] Let's don't build docs by default git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3323 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e10dd40b..3a94ca541 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ help: all: cd $(SCST_DIR) && $(MAKE) $@ - @if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi +# @if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi @if [ -d $(QLA_DIR) ]; then cd $(QLA_DIR) && $(MAKE) $@; fi # @if [ -d $(QLA_ISP_DIR) ]; then cd $(QLA_ISP_DIR) && $(MAKE) $@; fi # @if [ -d $(LSI_DIR) ]; then cd $(LSI_DIR) && $(MAKE) $@; fi