]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - maintenance/Makefile
MediaWiki 1.17.0
[autoinstallsdev/mediawiki.git] / maintenance / Makefile
1 help:
2         @echo "Run 'make test' to run the parser tests."
3         @echo "Run 'make doc' to run the doxygen generation."
4
5 test:
6         php tests/parserTests.php --quiet
7
8 doc:
9         php mwdocgen.php --all
10         @echo 'Doc generation done. Look at ./docs/html/'