Fix typo in description
[mediawiki.git] / maintenance / Makefile
bloba92751c93dbeb4420342c1b0d169050a215434cf
1 help:
2 @echo "Run 'make test' to run the parser tests."
3 @echo "Run 'make doc' to run the doxygen generation."
5 test:
6 php tests/parserTests.php --quiet
8 doc:
9 php mwdocgen.php --all
10 @echo 'Doc generation done. Look at ./docs/html/'