e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
17 lines
406 B
Makefile
17 lines
406 B
Makefile
thisdir = class/I18N
|
|
SUBDIRS = Common West MidEast Other Rare CJK
|
|
include ../../build/rules.make
|
|
|
|
DISTFILES = \
|
|
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 all-local-aot:
|
|
|
|
dist-local: dist-default
|