Makefile
changeset 1103 53b2adcc631e
parent 1079 ef0805397b5b
child 1109 9885f6be80f0
equal deleted inserted replaced
1102:01d500f0b867 1103:53b2adcc631e
    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