18 lines
414 B
Makefile
18 lines
414 B
Makefile
|
thisdir = class/I18N
|
||
|
SUBDIRS = Common West MidEast Other Rare CJK
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
DISTFILES = \
|
||
|
Assembly/ChangeLog \
|
||
|
Assembly/AssemblyInfo.cs \
|
||
|
README \
|
||
|
README.mono \
|
||
|
mklist.sh \
|
||
|
tools/cvt.sh \
|
||
|
tools/ucm2cp.c \
|
||
|
tools/uni2tab.c
|
||
|
|
||
|
all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
|
||
|
|
||
|
dist-local: dist-default
|