Skip to content

Commit

Permalink
Fix doc gen tool error reported incorreclty
Browse files Browse the repository at this point in the history
jasdel committed Apr 11, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f83c343 commit f0040cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f0040cb

Please sign in to comment.