Localisation updates from https://translatewiki.net.
[mediawiki.git] / maintenance / Makefile
blob228e2e7a54fd62c65c7f095087918b702001f683
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/parser/parserTests.php --quiet
8 doc:
9 php mwdocgen.php --all
10 npm run doc
11 @echo 'PHP documentation (by Doxygen) in ./docs/html/'
12 @echo 'JS documentation (by JSDoc) in ./docs/js/'