From 42ed0ddbdbe022c724769912dfdf90f5c5e7dbb0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 26 Jul 2013 11:06:48 +0100 Subject: [PATCH] Add whitepaper to DOCS target. --- tools/htdocs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 8940a2d..e63209b 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -14,8 +14,9 @@ JQUERY_UI_URL= http://code.jquery.com/ui/1.10.3/jquery-ui.js #JQUERY_UI_URL= http://code.jquery.com/ui/1.8.0/jquery-ui.min.js MKWS_JS= mkws-complete.js -DOCS = README.html README.odt README.pdf -**default**: ${MKWS_JS} README.html +DOCS = README.html README.odt README.pdf \ + whitepaper.html whitepaper.odt whitepaper.pdf +**default**: ${MKWS_JS} README.html whitepaper.html all: ${MKWS_JS} $(DOCS) mkws-js ${MKWS_JS}: ../../../libjs-pz2/pz2api.1.js mkws.js -- 1.7.10.4