# HG changeset patch # User Oleksandr Gavenko # Date 1313313667 -10800 # Node ID 535ed5cca0074411dd471892769d6133a3d1b05b # Parent 194bc8d6504a6d542e5ceda4a55f794f3283d94f Fix dependency. diff -r 194bc8d6504a -r 535ed5cca007 Makefile --- a/Makefile Sun Aug 07 23:39:37 2011 +0300 +++ b/Makefile Sun Aug 14 12:21:07 2011 +0300 @@ -36,7 +36,7 @@ $(HTML_DIR)/%.html: %.rst rst.css | $(HTML_DIR) rst2html.py --stylesheet=rst.css $*.rst $@ -$(HTML_DIR)/index.html: index.sh | $(HTML_DIR) +$(HTML_DIR)/index.html: index.sh $(filter-out $(HTML_DIR)/index.html,$(HTML_FILES)) | $(HTML_DIR) ./index.sh frame >$@ $(HTML_DIR)/%.html: %.html | $(HTML_DIR)