diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-12-03 13:29:22 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-12-03 13:29:22 +0100 |
commit | ca32f08966f1b51fcb19460f0996bb0c4048e6fe (patch) | |
tree | ec04cc15b867bc21eedca904cea9af0254531a11 /includes/normal/Makefile | |
parent | a22fbfc60f36f5f7ee10d5ae6fe347340c2ee67c (diff) |
Update to MediaWiki 1.18.0
* also update ArchLinux skin to chagnes in MonoBook
* Use only css to hide our menu bar when printing
Diffstat (limited to 'includes/normal/Makefile')
-rw-r--r-- | includes/normal/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/includes/normal/Makefile b/includes/normal/Makefile index 69ff3da1..f0c340f6 100644 --- a/includes/normal/Makefile +++ b/includes/normal/Makefile @@ -5,8 +5,8 @@ ## when the data was generated from a previous version. #BASE=http://www.unicode.org/Public/UNIDATA -# Explicitly using Unicode 5.1 -BASE=http://www.unicode.org/Public/5.1.0/ucd +# Explicitly using Unicode 6.0 +BASE=http://www.unicode.org/Public/6.0.0/ucd # Can override to php-cli or php5 or whatevah PHP=php @@ -24,21 +24,17 @@ UtfNormalData.inc : UtfNormalGenerate.php UtfNormalUtil.php UnicodeData.txt Comp Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt $(PHP) Utf8CaseGenerate.php -test : testutf8 testclean UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt +test : testutf8 UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt $(PHP) UtfNormalTest.php testutf8 : Utf8Test.php UTF-8-test.txt $(PHP) Utf8Test.php -testclean : CleanUpTest.php - $(PHP) CleanUpTest.php - bench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt $(PHP) UtfNormalBench.php icutest : UtfNormalData.inc NormalizationTest.txt $(PHP) Utf8Test.php --icu - $(PHP) CleanUpTest.php --icu $(PHP) UtfNormalTest.php --icu icubench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt |