# HG changeset patch # User Oleksandr Gavenko # Date 1340190713 -10800 # Node ID a36529d7dc2b59aa092eef2c72c5caba8b87c5d4 # Parent 245100f28fc0fa189dd4132ebf6ca5c9c4c8d542 Add 'deploy2sourceforge' target. 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