Skip to content

Commit

Permalink
Renable doc generation via Makefile
Browse files Browse the repository at this point in the history
Doc generation was incorreclty disabled.
  • Loading branch information
jasdel committed Apr 11, 2016
1 parent 188bbc6 commit d108057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bench-protocol:

docs:
@echo "generate SDK docs"
#rm -rf doc && bundle install && bundle exec yard
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

Expand Down

0 comments on commit d108057

Please sign in to comment.