changeset 779 | c2520fea743b |
parent 777 | 6c191fc06fce |
child 789 | 1a78ecda2555 |
--- 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##*/}; \