# HG changeset patch # User Oleksandr Gavenko # Date 1460656168 -10800 # Node ID 1a49797cea41a50631e3683f6894ed0f8e9becc3 # Parent fb584cf490dbc6aebe5246cd3e5bb26a7b42bbc2 Build STAT.html file also on "html" target. diff -r fb584cf490db -r 1a49797cea41 Makefile --- a/Makefile Thu Apr 14 19:30:18 2016 +0300 +++ b/Makefile Thu Apr 14 20:49:28 2016 +0300 @@ -384,7 +384,7 @@ docs: html .PHONY: html -html: $(RST_HTML_FILES) +html: $(HTML_FILES) $(INDEX_HTML_FILE): dist/www/README.html cp $< $@