From d73a34918fae75fa34ae85c5a483880d28a212b0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Jul 2010 22:23:00 +0000 Subject: [PATCH] tools: pushbinarywin rule for different compression on windows --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e1ab6b94..2a7b4fdad 100644 --- a/Makefile +++ b/Makefile @@ -586,7 +586,12 @@ pullprofs: # make hledgerPLATFORM first pushbinary: -gzip -9 bin/$(BINARYFILENAME) - -rsync -aP bin/$(BINARYFILENAME).gz joyful.com:/repos/hledger/site/binaries/ + -rsync -aP bin/$(BINARYFILENAME).gz simon@joyful.com:/repos/hledger/site/binaries/ + +pushbinarywin: + cd bin; zip -9 $(BINARYFILENAME).zip $(BINARYFILENAME) + -rsync -aP bin/$(BINARYFILENAME).zip simon@joyful.com:/repos/hledger/site/binaries/ + # show project stats useful for release notes stats: showlastreleasedate showreleaseauthors showloc showcov showlocalchanges showreleasechanges #simplebench #showerrors