Note incorrect docs in DefaultSettings.php
[lhc/web/wiklou.git] / maintenance / Makefile
index 8ceeb79..8247613 100644 (file)
@@ -1,9 +1,10 @@
 help:
-       # Run 'make test' to run the parser tests.
-       # Run 'make doc' to run the phpdoc generation.
+       @echo "Run 'make test' to run the parser tests."
+       @echo "Run 'make doc' to run the doxygen generation."
 
 test:
-       php parserTests.php
+       php parserTests.php --quiet
 
 doc:
        php mwdocgen.php --all
+       @echo 'Doc generation done. Look at ./docs/html/'