Build STAT.html file also on "html" target.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 14 Apr 2016 20:49:28 +0300
changeset 441 1a49797cea41
parent 440 fb584cf490db
child 442 50c70c5dbce3
Build STAT.html file also on "html" target.
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 $< $@