summaryrefslogtreecommitdiff
path: root/maintenance/Makefile
blob: a92751c93dbeb4420342c1b0d169050a215434cf (plain)
1
2
3
4
5
6
7
8
9
10
help:
	@echo "Run 'make test' to run the parser tests."
	@echo "Run 'make doc' to run the doxygen generation."

test:
	php tests/parserTests.php --quiet

doc:
	php mwdocgen.php --all
	@echo 'Doc generation done. Look at ./docs/html/'