Makefile
changeset 1349 b4e60ae7e4bf
parent 1345 a1dffeaaf6e4
child 1366 c57cd27e840e
equal deleted inserted replaced
1348:d1483dcbc702 1349:b4e60ae7e4bf
    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