Makefile
changeset 36 7fb39a216cef
parent 35 648d3bf5204d
child 39 fb55f2e84db1
equal deleted inserted replaced
35:648d3bf5204d 36:7fb39a216cef
    53 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    53 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    54   $(shell rm -f HEADER.rst)
    54   $(shell rm -f HEADER.rst)
    55 endif
    55 endif
    56 
    56 
    57 .PHONY: deploy
    57 .PHONY: deploy
    58 deploy: deploy2sourceforge
    58 deploy: deploy2sf-web deploy2sf-hg
    59 
    59 
    60 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
    60 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
    61 .PHONY: deploy2sourceforge
    61 .PHONY: deploy2sf-web
    62 deploy2sourceforge: html
    62 deploy2sf: html
    63 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    63 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
       
    64 
       
    65 .PHONY: deploy2sf-hg
       
    66 deploy2sf-hg:
       
    67 	hg push ssh://gavenkoa@hg.code.sf.net/u/gavenkoa/tips
    64 
    68 
    65 ################################################################
    69 ################################################################
    66 # Build targets.
    70 # Build targets.
    67 
    71 
    68 .PHONY: all
    72 .PHONY: all