# HG changeset patch # User Oleksandr Gavenko # Date 1342696874 -10800 # Node ID 7fb39a216cefd0e14d592a503c9bed74e45f185d # Parent 648d3bf5204debc42fec1b3bee7b92e3133a0383 Push sources on 'deploy' target. diff -r 648d3bf5204d -r 7fb39a216cef Makefile --- a/Makefile Sun Jul 15 14:50:25 2012 +0300 +++ b/Makefile Thu Jul 19 14:21:14 2012 +0300 @@ -55,13 +55,17 @@ endif .PHONY: deploy -deploy: deploy2sourceforge +deploy: deploy2sf-web deploy2sf-hg # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html -.PHONY: deploy2sourceforge -deploy2sourceforge: html +.PHONY: deploy2sf-web +deploy2sf: html rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/ +.PHONY: deploy2sf-hg +deploy2sf-hg: + hg push ssh://gavenkoa@hg.code.sf.net/u/gavenkoa/tips + ################################################################ # Build targets.