diff -r 245100f28fc0 -r a36529d7dc2b Makefile --- a/Makefile Mon Nov 28 01:11:03 2011 +0200 +++ b/Makefile Wed Jun 20 14:11:53 2012 +0300 @@ -48,6 +48,20 @@ DIRS := $(HTML_DIR) ################################################################ +# Deploy targets. + +.PHONY: deploy +deploy: deploy2sourceforge + +# Will be accessed via http://gavenkoa.users.sourceforge.net +# To proper work first login then un-login to +# $ sftp gavenkoa@frs.sourceforge.net +# as it may require interactive input first time. +.PHONY: deploy2sourceforge +deploy2sourceforge: html + rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/ + +################################################################ # Build targets. .PHONY: all