Makefile
changeset 14 a36529d7dc2b
parent 13 245100f28fc0
child 15 390e45e1fcc3
equal deleted inserted replaced
13:245100f28fc0 14:a36529d7dc2b
    44 TXT__FILES := $(addprefix $(HTML_DIR)/,$(TXT_FILES))
    44 TXT__FILES := $(addprefix $(HTML_DIR)/,$(TXT_FILES))
    45 
    45 
    46 CHM_FILES := $(addprefix $(HTML_DIR)/,chm.hhp chm.hhc chm.stp)
    46 CHM_FILES := $(addprefix $(HTML_DIR)/,chm.hhp chm.hhc chm.stp)
    47 
    47 
    48 DIRS := $(HTML_DIR)
    48 DIRS := $(HTML_DIR)
       
    49 
       
    50 ################################################################
       
    51 # Deploy targets.
       
    52 
       
    53 .PHONY: deploy
       
    54 deploy: deploy2sourceforge
       
    55 
       
    56 # Will be accessed via http://gavenkoa.users.sourceforge.net
       
    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
       
    61 deploy2sourceforge: html
       
    62 	rsync --delete -avP -e ssh tips-html/ gavenkoa@frs.sourceforge.net:/home/user-web/g/ga/gavenkoa/htdocs/tips-html/
    49 
    63 
    50 ################################################################
    64 ################################################################
    51 # Build targets.
    65 # Build targets.
    52 
    66 
    53 .PHONY: all
    67 .PHONY: all