'html' target will be used for other purpose.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 03 Mar 2017 13:41:33 +0200
changeset 768 bd3278653eaa
parent 767 88333b633d2d
child 769 7877b9a74af7
child 770 71b9d7ea4885
'html' target will be used for other purpose.
Makefile
--- a/Makefile	Fri Mar 03 13:36:40 2017 +0200
+++ b/Makefile	Fri Mar 03 13:41:33 2017 +0200
@@ -587,11 +587,11 @@
 ################################################################
 # Documentation targets.
 
-.PHONY: docs
-docs: html
+.PHONY: docs web
+docs web: www
 
-.PHONY: html
-html: $(HTML_FILES)
+.PHONY: www
+www: $(HTML_FILES)
 
 $(INDEX_HTML_FILE): dist/www/README.html
 	cp $< $@