Makefile
changeset 905 93b983f80767
parent 903 9ead7d97be34
child 923 f3b193a0e566
--- 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)