tools: pushbinarywin rule for different compression on windows
This commit is contained in:
		
							parent
							
								
									5e549be7cc
								
							
						
					
					
						commit
						d73a34918f
					
				
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							| @ -586,7 +586,12 @@ pullprofs: | |||||||
| # make hledgerPLATFORM first
 | # make hledgerPLATFORM first
 | ||||||
| pushbinary: | pushbinary: | ||||||
| 	-gzip -9 bin/$(BINARYFILENAME) | 	-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
 | # show project stats useful for release notes
 | ||||||
| stats: showlastreleasedate showreleaseauthors showloc showcov showlocalchanges showreleasechanges #simplebench #showerrors
 | stats: showlastreleasedate showreleaseauthors showloc showcov showlocalchanges showreleasechanges #simplebench #showerrors
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user