Makefile
changeset 1103 53b2adcc631e
parent 1079 ef0805397b5b
child 1109 9885f6be80f0
--- a/Makefile	Sun Nov 27 23:35:29 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))