From f0040cb5f42d2bd1a11623d3ec26dded702be3c2 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Mon, 11 Apr 2016 10:12:14 -0700 Subject: [PATCH] Fix doc gen tool error reported incorreclty --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5ab2132ef9c..b5cea8b146a 100644 --- a/Makefile +++ b/Makefile @@ -112,9 +112,9 @@ bench-protocol: docs: @echo "generate SDK docs" - rm -rf doc && bundle install && bundle exec yard - # This env variable, DOCS, is for internal use - if [ -n $(AWS_DOC_GEN_TOOL) ]; then echo "For internal use. Subject to change."; $(AWS_DOC_GEN_TOOL) `pwd`; fi + #rm -rf doc && bundle install && bundle exec yard + @# This env variable, DOCS, is for internal use + @if [ -n "$(AWS_DOC_GEN_TOOL)" ]; then echo "For internal use. Subject to change."; $(AWS_DOC_GEN_TOOL) `pwd`; fi api_info: @go run private/model/cli/api-info/api-info.go