X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FMakefile;h=ef73fd955e1c7486d8ee4b00c02aa99fce727885;hb=3c427bf864ee83d27420628f58a036cfd923f4f0;hp=bf8af85f33806acbefb831a5206b86f5d63038be;hpb=8b76ec5f7384be090b11e7178e47e7a58a3f1074;p=mkws-moved-to-github.git diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index bf8af85..ef73fd9 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -29,20 +29,18 @@ 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} | perl -npe 's,sourceMappingURL=jquery.*map,,'; \ @@ -66,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