From f8a82c4d9f5d1305908402671bb3985c1caba537 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 19 Dec 2013 13:28:33 +0000 Subject: [PATCH] "make all" depends on mkws-js-min So it really does make all, now. --- tools/htdocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 835e82f..72653b6 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -34,7 +34,7 @@ DOCS = README.html README.odt README.pdf \ # Default rule when "make" is invoked without a target **default**: ${MKWS_JS} README.html whitepaper.html -all: ${MKWS_JS} $(DOCS) +all: ${MKWS_JS} $(DOCS) mkws-js-min docs: $(DOCS) -- 1.7.10.4