Makefile
changeset 82 79761f22308d
parent 80 9a1292a6be3e
child 83 41a9c64f3fb7
equal deleted inserted replaced
81:129d6a9579b9 82:79761f22308d
    62 
    62 
    63 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    63 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    64   $(shell rm -f $(HTML_DIR)/rst.tmpl)
    64   $(shell rm -f $(HTML_DIR)/rst.tmpl)
    65 endif
    65 endif
    66 
    66 
       
    67 # For SEO reason I removed tips from SF.
    67 .PHONY: deploy
    68 .PHONY: deploy
    68 deploy: deploy2defun-web deploy2defun-hg deploy2sf-web deploy2sf-hg
    69 deploy: deploy2defun-web deploy2defun-hg # deploy2sf-web deploy2sf-hg
    69 
    70 
    70 # Will be accessible via: http://tips.defun.work/
    71 # Will be accessible via: http://tips.defun.work/
    71 .PHONY: deploy2defun-web
    72 .PHONY: deploy2defun-web
    72 deploy2defun-web: www
    73 deploy2defun-web: www
    73 	rsync --delete -avP -e ssh $(HTML_DIR)/ $(WWW_SRV_USER)@$(WWW_SRV_NAME):/srv/www/tips/
    74 	rsync --delete -avP -e ssh $(HTML_DIR)/ $(WWW_SRV_USER)@$(WWW_SRV_NAME):/srv/www/tips/