fix dependency.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 20 Jul 2011 14:37:56 +0300
changeset 2 ee2c7334966e
parent 1 fd4cd9134e53
child 3 194bc8d6504a
fix dependency.
Makefile
--- a/Makefile	Wed Jul 20 14:10:15 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)