Make user_ip in user_newtalk a TEXT, as it is not an IP field.
[mediawiki.git] / maintenance / Makefile
blob5afb925888bc1cc0d84f4afc6f4834f580764e2c
1 .PHONY: help test test-light
2 help:
3 # Run 'make test' to run the parser tests.
4 # Run 'make doc' to run the phpdoc generation.
5 # Run 'make doxydoc' (unsupported doxygen generation).
7 test:
8 php parserTests.php --quiet
10 doc:
11 php mwdocgen.php -all
12 echo 'Doc generation done. Look at ./docs/html/'
14 doxydoc:
15 cd .. && doxygen maintenance/mwdoxygen.cfg
16 echo 'Doc generation done. Look at ./docs/html/'