From: Mike Taylor Date: Thu, 19 Dec 2013 13:28:33 +0000 (+0000) Subject: "make all" depends on mkws-js-min X-Git-Tag: 0.9.1~9 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=f8a82c4d9f5d1305908402671bb3985c1caba537;p=mkws-moved-to-github.git "make all" depends on mkws-js-min So it really does make all, now. --- 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)