1 SPECIAL_TARGETS
=normalize-ar.ser normalize-ml.ser first-letters-root.ser
2 ALL_TARGETS
=$(SPECIAL_TARGETS
)
3 DIST_TARGETS
=$(SPECIAL_TARGETS
)
9 @echo
'Warning: messages are no longer serialized by this makefile.'
16 normalize-ar.ser
: UnicodeData.txt
17 php ..
/maintenance
/language
/generateNormalizerDataAr.php
20 php ..
/maintenance
/language
/generateNormalizerDataMl.php
22 first-letters-root.ser
: allkeys.txt ucd.
all.grouped.xml
23 php ..
/maintenance
/language
/generateCollationData.php
26 wget http
://www.unicode.org
/Public
/$(UNICODE_VERSION
)/ucd
/UnicodeData.txt
29 wget http
://www.unicode.org
/Public
/UCA
/$(UNICODE_VERSION
)/allkeys.txt
31 ucd.
all.grouped.xml
: ucd.
all.grouped.zip
32 unzip ucd.
all.grouped.zip ucd.
all.grouped.xml
35 wget http
://www.unicode.org
/Public
/$(UNICODE_VERSION
)/ucdxml
/ucd.
all.grouped.zip