Makefile
changeset 57 66fd832dee47
parent 44 e7fc05196363
child 58 5b43a62970a6
equal deleted inserted replaced
56:46a8e0406054 57:66fd832dee47
    59 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    59 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    60   $(shell rm -f HEADER.rst)
    60   $(shell rm -f HEADER.rst)
    61 endif
    61 endif
    62 
    62 
    63 .PHONY: deploy
    63 .PHONY: deploy
    64 deploy: deploy2sf-web deploy2sf-hg
    64 deploy: deploy2defun-web deploy2sf-web deploy2sf-hg
       
    65 
       
    66 # Will be accessible via: http://tips.defun.work/frame.html
       
    67 .PHONY: deploy2defun-web
       
    68 deploy2defun-web: html
       
    69 	rsync --delete -avP -e ssh tips-html/ user@vps:/srv/www/tips/
    65 
    70 
    66 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
    71 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
    67 .PHONY: deploy2sf-web
    72 .PHONY: deploy2sf-web
    68 deploy2sf-web: html
    73 deploy2sf-web: html
    69 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    74 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/