diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-08-08 01:45:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-08-08 01:45:53 +0000 |
commit | 1a41e1f147df55c8c160aa6438408879cf9790e3 (patch) | |
tree | f2e72420f89d3e33e7e7bf43de9e16a7d0869aba /share/Makefile | |
parent | 78e197d1f941c6848f47b104c4542cfbad19faf8 (diff) |
Add newly generated locales from CLDR 27.0.1
only skip timedef until I figure out how to workaround svn painful mime-type handling
Notes
Notes:
svn path=/projects/collation/; revision=286438
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile index 97d1dac540ca..210743528a51 100644 --- a/share/Makefile +++ b/share/Makefile @@ -6,6 +6,7 @@ # Do not include `info' in the SUBDIR list, it is handled separately. SUBDIR= ${_colldef} \ + ${_ctypedef} \ ${_dict} \ ${_doc} \ ${_dtrace} \ @@ -59,6 +60,7 @@ _i18n= i18n .if ${MK_LOCALES} != "no" _colldef = colldef +_ctypedef = ctypedef _mklocale = mklocale _monetdef = monetdef _msgdef = msgdef |