# HG changeset patch # User Oleksandr Gavenko # Date 1311161876 -10800 # Node ID ee2c7334966e7491a0b7d4dca110db7da666ff31 # Parent fd4cd9134e53a583e2bd3ac24115b85fc5951cf5 fix dependency. diff -r fd4cd9134e53 -r ee2c7334966e 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)