diff 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
line wrap: on
line diff
--- a/Makefile.w32	Thu Nov 15 20:28:07 2012 +0200
+++ b/Makefile.w32	Thu Nov 15 21:39:03 2012 +0200
@@ -42,5 +42,5 @@
 $(DOC): update-doc
 
 upload: $(BINPATH)/nncsetup.msi $(DOC)
-	@scp $< ccr@tnsp.org:public_html/nnchat/
-	touch $@
+	@scp $< ccr@tnsp.org:public_html/nnchat/nncsetup-$(NN_VERSION).msi
+	@touch $@