Makefile
changeset 1296 6b365616ac9e
parent 1111 e1a7f1896571
child 1332 50bb16a68693
--- a/Makefile	Wed Jun 20 13:11:35 2012 +0300
+++ 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