diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 614e1355dc..d53d523c10 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -24,7 +24,8 @@ all: # Make this the default target; it will be defined in Rules. # List with all available character set descriptions. charmaps := $(filter-out $(addprefix charmaps/, CVS RCS %~), \ - $(wildcard charmaps/*)) + $(wildcard charmaps/[A-I]*) \ + $(wildcard charmaps/[J-Z]*)) # List with all available character set descriptions. locales := $(filter-out $(addprefix locales/, CVS RCS %~), \ |