X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fhtdocs%2FMakefile;h=ea4ebefd2a53709f86e782602c38bcbd3411ca72;hb=0689574b8d0579dd869bf4d80b98c62134f7a99b;hp=b0cfa2476018822b113de6667685a3042f5074aa;hpb=6e1edd743e5693aa1596b413dcc26ba21441dd4f;p=mkws-moved-to-github.git diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index b0cfa24..ea4ebef 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -29,23 +29,21 @@ all: ${MKWS_JS} $(DOCS) docs: $(DOCS) -pz2api-check: +pz2api-git-checkout: + @if ! test -e ${PZ2API_JS}; then \ + ( cd $$(dirname $$(dirname ${PZ2API_JS})); git clone ${PZ2API_GIT} ); \ + fi + +mkws-js ${MKWS_JS}: ${PZ2API_JS} mkws.js @if ! test -e ${PZ2API_JS}; then \ echo "The pazpar2 JS file ${PZ2API_JS} does not exists."; \ echo "Did you checked out the source from the git repo?"; \ echo "Please run: make pz2api-git-checkout"; \ exit 1; \ fi - -pz2api-git-checkout: - @if ! test -e ${PZ2API_JS}; then \ - ( cd $$(dirname $$(dirname ${PZ2API_JS})); git clone ${PZ2API_GIT} ); \ - fi - -mkws-js ${MKWS_JS}: pz2api-check ${PZ2API_JS} mkws.js ( echo "/* created at: $$(date)"; \ echo " mkws.js GIT id: $$(git log mkws.js | head -n 1 | perl -npe 's,\S+\s+,,') */"; \ - curl -sSf ${JQUERY_URL}; \ + curl -sSf ${JQUERY_URL} | perl -npe 's,sourceMappingURL=jquery.*map,,'; \ cat ../../../libjs-pz2/pz2api.1.js mkws.js ) > ${MKWS_JS}.new mv -f ${MKWS_JS}.new ${MKWS_JS}