X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FMakefile;h=dc1139234a8065cb46768773784e2c142d9263c1;hb=dbc5b093396b0adfb1daf2efa3c596c38a4660a8;hp=49944dad785b14d32a549d49d9deadccd3edc436;hpb=ce3e1895ef627fe945a30f78bdbc987d5ca04692;p=mkws-moved-to-github.git diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 49944da..dc11392 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -17,8 +17,8 @@ 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 -PZ2API_JS= ../../../libjs-pz2/pz2api.1.js -PZ2API_GIT= ssh://git.indexdata.com:222/home/git/pub/libjs-pz2 +PZ2API_JS= ../../../pazpar2/js/pz2.js +PZ2API_GIT= ssh://git.indexdata.com:222/home/git/pub/pazpar2 DOCS = README.html README.odt README.pdf \ whitepaper.html whitepaper.odt whitepaper.pdf @@ -31,7 +31,7 @@ docs: $(DOCS) pz2api-git-checkout: @if ! test -e ${PZ2API_JS}; then \ - ( cd $$(dirname $$(dirname ${PZ2API_JS})); git clone ${PZ2API_GIT} ); \ + ( cd ../../.. && git clone ${PZ2API_GIT} ); \ fi mkws-js ${MKWS_JS}: mkws.js handlebars-v1.1.2.js