Makefile
changeset 16 dacdabba767c
parent 15 390e45e1fcc3
child 17 c7017f58585c
equal deleted inserted replaced
15:390e45e1fcc3 16:dacdabba767c
    52 
    52 
    53 .PHONY: deploy
    53 .PHONY: deploy
    54 deploy: deploy2sourceforge
    54 deploy: deploy2sourceforge
    55 
    55 
    56 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
    56 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
    57 # To proper work first login then un-login to
       
    58 #   $ sftp gavenkoa@frs.sourceforge.net
       
    59 # as it may require interactive input first time.
       
    60 .PHONY: deploy2sourceforge
    57 .PHONY: deploy2sourceforge
    61 deploy2sourceforge: html
    58 deploy2sourceforge: html
    62 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    59 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    63 
    60 
    64 ################################################################
    61 ################################################################