summaryrefslogtreecommitdiff
path: root/maintenance/Makefile
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
commit370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch)
tree491674f4c242e4d6ba0d04eafa305174c35a3391 /maintenance/Makefile
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
Diffstat (limited to 'maintenance/Makefile')
-rw-r--r--maintenance/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/maintenance/Makefile b/maintenance/Makefile
index e84cfdf3..82476139 100644
--- a/maintenance/Makefile
+++ b/maintenance/Makefile
@@ -1,17 +1,10 @@
-mediawiki_version := $(shell php -r "include('commandLine.inc'); print SpecialVersion::getVersion();")
-
help:
@echo "Run 'make test' to run the parser tests."
- @echo "Run 'make doc' to run the phpdoc generation."
- @echo "Run 'make doxydoc' (unsupported doxygen generation)."
+ @echo "Run 'make doc' to run the doxygen generation."
test:
php parserTests.php --quiet
doc:
- php mwdocgen.php -all
- echo 'Doc generation done. Look at ./docs/html/'
-
-doxydoc:
- cd .. && /bin/sed -e "s/MW_VERSION_PLACEHOLDER/$(mediawiki_version)/" maintenance/mwdoxygen.cfg | doxygen -
- echo 'Doc generation done. Look at ./docs/html/'
+ php mwdocgen.php --all
+ @echo 'Doc generation done. Look at ./docs/html/'