Makefile
changeset 768 bd3278653eaa
parent 754 2c32c47e83a9
child 769 7877b9a74af7
child 770 71b9d7ea4885
--- 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 $< $@