comparison Makefile.w32 @ 566:f0354b35d906

Improve win32 MSI uploading by adding the current version number to the MSI filename.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Nov 2012 21:39:03 +0200
parents 1014822abaf1
children 904c359b1ced
comparison
equal deleted inserted replaced
565:de1af9652fef 566:f0354b35d906
40 @if diff -u "$(DOC)" "$(DOC).new" > /dev/null; then echo "No differences."; else cp "$(DOC).new" "$(DOC)"; fi 40 @if diff -u "$(DOC)" "$(DOC).new" > /dev/null; then echo "No differences."; else cp "$(DOC).new" "$(DOC)"; fi
41 41
42 $(DOC): update-doc 42 $(DOC): update-doc
43 43
44 upload: $(BINPATH)/nncsetup.msi $(DOC) 44 upload: $(BINPATH)/nncsetup.msi $(DOC)
45 @scp $< ccr@tnsp.org:public_html/nnchat/ 45 @scp $< ccr@tnsp.org:public_html/nnchat/nncsetup-$(NN_VERSION).msi
46 touch $@ 46 @touch $@