summaryrefslogtreecommitdiff
path: root/includes/normal/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 /includes/normal/Makefile
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
Diffstat (limited to 'includes/normal/Makefile')
-rw-r--r--includes/normal/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/includes/normal/Makefile b/includes/normal/Makefile
index 887f3ce6..69ff3da1 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.0
-BASE=http://www.unicode.org/Public/5.0.0/ucd/
+# Explicitly using Unicode 5.1
+BASE=http://www.unicode.org/Public/5.1.0/ucd
# Can override to php-cli or php5 or whatevah
PHP=php
@@ -16,11 +16,14 @@ PHP=php
FETCH=wget
#FETCH=fetch
-all : UtfNormalData.inc
+all : UtfNormalData.inc Utf8Case.php
UtfNormalData.inc : UtfNormalGenerate.php UtfNormalUtil.php UnicodeData.txt CompositionExclusions.txt NormalizationCorrections.txt DerivedNormalizationProps.txt
$(PHP) UtfNormalGenerate.php
+Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt
+ $(PHP) Utf8CaseGenerate.php
+
test : testutf8 testclean UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt
$(PHP) UtfNormalTest.php