]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - maintenance/Makefile
MediaWiki 1.17.1-scripts
[autoinstalls/mediawiki.git] / maintenance / Makefile
index 8cdb03f008463944cfaea94586e3bb6c553d2eed..a92751c93dbeb4420342c1b0d169050a215434cf 100644 (file)
@@ -1,13 +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
-
-test-light:
-       php parserTests.php --color=light
+       php tests/parserTests.php --quiet
 
 doc:
        php mwdocgen.php --all
+       @echo 'Doc generation done. Look at ./docs/html/'