Makefile
changeset 2574 ed399b8e9fca
parent 2188 e95731eef030
equal deleted inserted replaced
2573:89da04901f83 2574:ed399b8e9fca
    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 # For SEO reason I removed tips from SF.
    68 .PHONY: deploy
    68 .PHONY: deploy
    69 deploy: deploy2defun-web deploy2defun-hg # deploy2sf-web deploy2sf-hg
    69 deploy: deploy2defun
       
    70 
       
    71 .PHONY: deploy2defun
       
    72 deploy2defun: deploy2defun-web deploy2defun-hg
       
    73 
       
    74 .PHONY: deploy2sf
       
    75 deploy2sf: deploy2sf-web deploy2sf-hg
    70 
    76 
    71 RSYNC_FLAGS := --delete -avP -e ssh --exclude "google*.html" --exclude "BingSiteAuth.xml"
    77 RSYNC_FLAGS := --delete -avP -e ssh --exclude "google*.html" --exclude "BingSiteAuth.xml"
    72 
    78 
    73 # Will be accessible via: http://tips.defun.work/
    79 # Will be accessible via: http://tips.defun.work/
    74 .PHONY: deploy2defun-web
    80 .PHONY: deploy2defun-web