# HG changeset patch # User Oleksandr Gavenko # Date 1311161876 -10800 # Node ID 93b983f8076748b9e00d93819fdd29b772a858ae # Parent 29eccddc0c2256460babfe297e2f0633dc85ffdc fix dependency. diff -r 29eccddc0c22 -r 93b983f80767 Makefile --- a/Makefile Wed Jul 20 14:37:34 2011 +0300 +++ b/Makefile Wed Jul 20 14:37:56 2011 +0300 @@ -33,7 +33,7 @@ .PHONY: html html: $(HTML_FILES) $(TXT__FILES) -$(HTML_DIR)/%.html: %.rst | $(HTML_DIR) +$(HTML_DIR)/%.html: %.rst rst.css | $(HTML_DIR) rst2html.py --stylesheet=rst.css $*.rst $@ $(HTML_DIR)/index.html: index.sh | $(HTML_DIR)