X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=166db58020c64a5b894581945f26a465f5769121;hb=3e8b7f9bf9fbeeb629046c85f3849b446b224d9e;hp=f2f10b9297720e8f783e9543faaad1ee56de68f3;hpb=ab1f985daaffbf422fbf1b06eb03119e249b9794;p=mkws-moved-to-github.git diff --git a/src/Makefile b/src/Makefile index f2f10b9..166db58 100644 --- a/src/Makefile +++ b/src/Makefile @@ -79,6 +79,16 @@ $(DEST)/${PP2_FILE}: curl -sSf "${PP2_URL}" -o $@.tmp mv -f $@.tmp $@ +$(DEST)/NEWS: NEWS + rm -f $@ + cp $? $@ + chmod 444 $@ + +$(DEST)/VERSION: VERSION + rm -f $@ + cp $? $@ + chmod 444 $@ + release: $(RELEASABLE) @if [ -f ${DEST}/releases/mkws-$(VERSION).js ]; then \ echo "*** There is already a release $(VERSION)"; \