X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=Makefile;h=0649138b33cb4021b089c08c3bb3e0ca95d25f4d;hp=3753998346de5de24fd88bcf82b7a7a5ed1cd291;hb=0936d79049db8c9ce59e568c91147a631d325a8f;hpb=8354e48119b6dbc7d242eb6b94593b8f72250cdc diff --git a/Makefile b/Makefile index 3753998..0649138 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ include rules/pngcrush.mk APPLICATION := pwl6 DISTDIR := build/dist VERSION := $(call git-describe) -DISTROOT := $(DISTDIR)/$(APPLICATION)-$(VERSION) +DISTROOT := $(DISTDIR)/$(APPLICATION)_$(VERSION) FIND_FILES := -type f ! -name '.*' FIND_JS := -type f -name '*.js' @@ -96,6 +96,6 @@ $(DISTROOT).bare.zip: | .git %.nw: %.bare.zip tools/generate-nw $(RM) -r $@ $@.tmp $(UNZIP) -d $@.tmp $< - tools/generate-nw $@.tmp + tools/generate-nw $@.tmp `echo $(*F) | sed -E 's/.+_[^0-9]+//'` cd $@.tmp && $(ZIP) -r ../$(@F) . $(RM) -r $@.tmp