Skip to content

Commit

Permalink
Fix docs directory in Makefile (renamed in crystal-lang#4937)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 31, 2017
1 parent 8fd23f7 commit 07a9046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ std_spec: $(O)/std_spec ## Run standard library specs
compiler_spec: $(O)/compiler_spec ## Run compiler specs
$(O)/compiler_spec $(SPEC_FLAGS)

.PHONY: doc
doc: ## Generate standard library documentation
.PHONY: docs
docs: ## Generate standard library documentation
$(BUILD_PATH) ./bin/crystal doc src/docs_main.cr

.PHONY: crystal
Expand Down

0 comments on commit 07a9046

Please sign in to comment.