repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix for r47482: put the RELEASE-NOTES entry in the "bug fixes" section and not the...
[mediawiki.git]
/
maintenance
/
Makefile
blob
82476139f4c7f24883c4ec3d156051fe370ad36a
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/'