From cecb985bee3bdd252e1b8dc0bd500b37cd52be01 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 16 May 2007 20:58:53 +0000 Subject: Aktualisierung auf MediaWiki 1.10.0 Plugins angepasst und verbessert kleine Korrekturen am Design --- maintenance/Makefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'maintenance/Makefile') diff --git a/maintenance/Makefile b/maintenance/Makefile index 97f8b60b..e84cfdf3 100644 --- a/maintenance/Makefile +++ b/maintenance/Makefile @@ -1,20 +1,17 @@ -.PHONY: help test test-light +mediawiki_version := $(shell php -r "include('commandLine.inc'); print SpecialVersion::getVersion();") + help: - # Run 'make test' to run the parser tests. - # Run 'make doc' to run the phpdoc generation. - # Run 'make doxydoc' (unsupported doxygen generation). + @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)." test: - php parserTests.php - -test-light: - php parserTests.php --color=light + php parserTests.php --quiet doc: php mwdocgen.php -all echo 'Doc generation done. Look at ./docs/html/' doxydoc: - cd .. && doxygen maintenance/mwdoxygen.cfg + cd .. && /bin/sed -e "s/MW_VERSION_PLACEHOLDER/$(mediawiki_version)/" maintenance/mwdoxygen.cfg | doxygen - echo 'Doc generation done. Look at ./docs/html/' - -- cgit v1.2.2