From 9412ef6eba886a3ec48ac95ce9f51503b176625b Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 1 Mar 2012 23:03:24 +0900 Subject: [PATCH] Never automatically re-make the API docs. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f9513b..f45e72b 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ api-docs: install: sudo $(MAKE) install -C build/gmake -version: all src/version.h README.md quickref.html api-docs +version: all src/version.h README.md quickref.html clean: $(MAKE) clean -C build/gmake