From 16867e284b6cd9f7af1a0294541336f05e70533e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 7 May 2012 21:50:13 -0400 Subject: [PATCH] Added doc-html target to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d08fc74..bc42a49 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,8 @@ combine: $(path_combine_output) $(path_build)/browser-test.html doc: $(MAKE) -C $(path_doc) +doc-html: + $(MAKE) -C $(path_doc) html test: default $(MAKE) -C $(path_test)