From 1dfe2d37fddd0a4601ae0a7a3fc389c1ceeba58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 31 Oct 2017 17:49:59 +0100 Subject: [PATCH] Fix docs directory in Makefile (renamed in #4937) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8371772a4fdb..1accbd36ec4b 100644 --- a/Makefile +++ b/Makefile @@ -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