diff -r 79761f22308d -r 41a9c64f3fb7 Makefile --- a/Makefile Sat Aug 13 22:32:42 2016 +0300 +++ b/Makefile Tue Aug 23 22:40:02 2016 +0300 @@ -44,8 +44,7 @@ HTML_DIR := tips-html RST_HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES)) -HTML_FILES := $(RST_HTML_FILES) \ - $(HTML_DIR)/index.html $(HTML_DIR)/iframe.html +HTML_FILES := $(RST_HTML_FILES) CHM_FILES := $(addprefix $(HTML_DIR)/,chm.hhp chm.hhc chm.stp) @@ -105,29 +104,9 @@ $(HTML_DIR)/%.html: %.rst www/rst.css www/rst-multi.css $(HTML_DIR)/rst.tmpl $(MAKEFILE_LIST) | $(HTML_DIR) $(RST2HTML) $(RST_FLAGS) --stylesheet=www/rst.css,www/rst-multi.css --template=$(HTML_DIR)/rst.tmpl $*.rst $@ -$(HTML_DIR)/iframe.html: $(RST_FILES) $(MAKEFILE_LIST) | $(HTML_DIR) - { \ -echo '
'; \ -echo ''; \ -echo ''; \ -echo '