# HG changeset patch # User Oleksandr Gavenko # Date 1347119333 -10800 # Node ID 1c030a906e58457cb54093ad0f99a3fa665e6f39 # Parent fb55f2e84db18c9842e9330fd202e9651877582f Fix typo in target name. diff -r fb55f2e84db1 -r 1c030a906e58 Makefile --- a/Makefile Sat Sep 08 18:48:13 2012 +0300 +++ b/Makefile Sat Sep 08 18:48:53 2012 +0300 @@ -59,7 +59,7 @@ # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html .PHONY: deploy2sf-web -deploy2sf: html +deploy2sf-web: html rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/ .PHONY: deploy2sf-hg