Fix typo in target name.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 08 Sep 2012 18:48:53 +0300
changeset 1367 b36747c6a74e
parent 1366 c57cd27e840e
child 1368 d8c21f2ef14c
Fix typo in target name.
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