X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FMakefile;h=ef73fd955e1c7486d8ee4b00c02aa99fce727885;hb=12ebc5bba30b95351e27b4bb59fe26d708ef5333;hp=e73a87a57e0bf5e5911ea612e442a455df56e02b;hpb=1ab02379768462976eebb1fc125e550fa461f7e7;p=mkws-moved-to-github.git diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index e73a87a..ef73fd9 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -29,18 +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 "( cd $$(dirname $$(dirname ${PZ2API_JS})); git clone ${PZ2API_GIT} )"; \ + echo "Please run: make pz2api-git-checkout"; \ exit 1; \ 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} @@ -61,7 +64,7 @@ help: %.html: %.markdown rm -f $@ - pandoc --standalone -c mkws-doc.css $< -o $@ + pandoc --standalone --toc -c mkws-doc.css $< | sed '/^$//d' > $@ chmod ugo-w $@ %.odt: %.markdown