Remove duplication.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 27 Nov 2011 23:45:17 +0200
changeset 1103 53b2adcc631e
parent 1102 01d500f0b867
child 1104 2b8f6be245c0
Remove duplication.
Makefile
--- 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))