\n to eof
[lhc/web/wiklou.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 parserTests.php --quiet
7
8 doc:
9 php mwdocgen.php --all
10 @echo 'Doc generation done. Look at ./docs/html/'