Merge r86398 into the old wfWaitForSlaves. Update core calls.
[lhc/web/wiklou.git] / maintenance / Makefile
index a0e0441..a92751c 100644 (file)
@@ -1,10 +1,10 @@
-.PHONY: help doc test
 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 tests/parserTests.php --quiet
 
 doc:
        php mwdocgen.php --all
+       @echo 'Doc generation done. Look at ./docs/html/'