Fix typo.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 03 Mar 2017 17:46:24 +0200
changeset 779 c2520fea743b
parent 778 9823606d61bd
child 780 8cab991c5fbe
Fix typo.
Makefile
--- a/Makefile	Fri Mar 03 17:46:02 2017 +0200
+++ b/Makefile	Fri Mar 03 17:46:24 2017 +0200
@@ -327,8 +327,8 @@
 echo 'quit'; \
 ) | sftp -b - $(SF_USER),$(pkgname)@frs.sourceforge.net
 
-.PHONY: deploy2sf-www
-deploy2sf-www: $(DICT_HTML_FILES)
+.PHONY: deploy2sf-html
+deploy2sf-html: $(DICT_HTML_FILES)
 	( echo 'cd htdocs'; \
 for f in $(DICT_HTML_FILES); do \
   n=$${f##*/}; \