From: Wolfram Schneider Date: Mon, 19 Aug 2013 12:04:59 +0000 (+0200) Subject: documentation X-Git-Tag: 0.9.1~202^2~135 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1bf0aa0e3a4a625861f736fa89bd5a8c1e81ea00 documentation --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index e425e55..7b41bc2 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -2,6 +2,9 @@ # Copyright (c) 2013 IndexData ApS. http://indexdata.com # +############################## +# select a jquery version +# #JQUERY_URL= http://code.jquery.com/jquery-2.0.3.min.js JQUERY_URL= http://code.jquery.com/jquery-1.10.0.min.js #JQUERY_URL= http://code.jquery.com/jquery-1.9.1.min.js @@ -16,7 +19,9 @@ JQUERY_UI_URL= http://code.jquery.com/ui/1.10.3/jquery-ui.js MKWS_JS= mkws-complete.js DOCS = README.html README.odt README.pdf \ whitepaper.html whitepaper.odt whitepaper.pdf + **default**: ${MKWS_JS} README.html whitepaper.html + all: ${MKWS_JS} $(DOCS) docs: $(DOCS)