Makefile
changeset 10 992d7c458bbb
parent 9 f40912333875
child 11 00d3a2f1f32b
equal deleted inserted replaced
9:f40912333875 10:992d7c458bbb
    33 RST_FILES := $(wildcard *.rst)
    33 RST_FILES := $(wildcard *.rst)
    34 TXT_FILES := $(wildcard *.txt)
    34 TXT_FILES := $(wildcard *.txt)
    35 
    35 
    36 HTML_DIR := tips-html
    36 HTML_DIR := tips-html
    37 RST_HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES))
    37 RST_HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES))
    38 HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES)) \
    38 HTML_FILES := $(RST_HTML_FILES) \
    39         $(HTML_DIR)/index.html $(HTML_DIR)/frame.html $(HTML_DIR)/frame-index.html
    39         $(HTML_DIR)/index.html $(HTML_DIR)/frame.html $(HTML_DIR)/frame-index.html
    40 TXT__FILES := $(addprefix $(HTML_DIR)/,$(TXT_FILES))
    40 TXT__FILES := $(addprefix $(HTML_DIR)/,$(TXT_FILES))
    41 
    41 
    42 CHM_FILES := $(addprefix $(HTML_DIR)/,chm.hhp chm.hhc chm.stp)
    42 CHM_FILES := $(addprefix $(HTML_DIR)/,chm.hhp chm.hhc chm.stp)
    43 
    43