Makefile
changeset 1902 1dd434abf745
parent 1901 12a7d89c74a9
child 1907 f4b078cbff20
equal deleted inserted replaced
1901:12a7d89c74a9 1902:1dd434abf745
    58 
    58 
    59 WWW_SRV_NAME := defun.work
    59 WWW_SRV_NAME := defun.work
    60 WWW_SRV_USER := user
    60 WWW_SRV_USER := user
    61 HG_SRV_NAME := hg.defun.work
    61 HG_SRV_NAME := hg.defun.work
    62 HG_SRV_USER := user
    62 HG_SRV_USER := user
       
    63 LOCAL_DIR := /srv/www/tips
    63 
    64 
    64 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    65 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))'
    65   $(shell rm -f HEADER.rst)
    66   $(shell rm -f HEADER.rst)
    66 endif
    67 endif
    67 
    68 
    83 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    84 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    84 
    85 
    85 .PHONY: deploy2sf-hg
    86 .PHONY: deploy2sf-hg
    86 deploy2sf-hg:
    87 deploy2sf-hg:
    87 	hg push ssh://gavenkoa@hg.code.sf.net/u/gavenkoa/tips || [ $$? = 1 ]
    88 	hg push ssh://gavenkoa@hg.code.sf.net/u/gavenkoa/tips || [ $$? = 1 ]
       
    89 
       
    90 .PHONY: deploy2local
       
    91 deploy2local: html
       
    92 	rsync --delete -avP tips-html/ $(LOCAL_DIR)
    88 
    93 
    89 ################################################################
    94 ################################################################
    90 # Build targets.
    95 # Build targets.
    91 
    96 
    92 .PHONY: all
    97 .PHONY: all