aboutsummaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 614e135..d53d523 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 %~), \