Makefile
changeset 10 992d7c458bbb
parent 9 f40912333875
child 11 00d3a2f1f32b
--- a/Makefile	Fri Nov 04 16:12:20 2011 +0200
+++ b/Makefile	Sun Nov 27 23:45:17 2011 +0200
@@ -35,7 +35,7 @@
 
 HTML_DIR := tips-html
 RST_HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES))
-HTML_FILES := $(patsubst %.rst,$(HTML_DIR)/%.html,$(RST_FILES)) \
+HTML_FILES := $(RST_HTML_FILES) \
         $(HTML_DIR)/index.html $(HTML_DIR)/frame.html $(HTML_DIR)/frame-index.html
 TXT__FILES := $(addprefix $(HTML_DIR)/,$(TXT_FILES))