summaryrefslogtreecommitdiff
path: root/codepage/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-25 12:10:44 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-25 12:10:44 -0700
commit385e460b5a9738eda6a4344012bad09b431a4ee0 (patch)
treea302a0278db69a37d3508708322aeb8f547f6764 /codepage/Makefile
parentb078aa315d7d9ae23b914190f263c01295c3c70a (diff)
downloadsyslinux-385e460b5a9738eda6a4344012bad09b431a4ee0.tar.gz
Add more codepage data; support disjoint mappings
Add additional codepage data from the Unicode Consortium. Additionally, add support for generating codepage files for the case where the filesystem codepage and the display codepage do not match. The standard Makefile doesn't actually do that, however.
Diffstat (limited to 'codepage/Makefile')
-rw-r--r--codepage/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/codepage/Makefile b/codepage/Makefile
index 5495a6a7..2a6fd126 100644
--- a/codepage/Makefile
+++ b/codepage/Makefile
@@ -6,8 +6,10 @@ GENFILES = $(patsubst %.txt,%.cp,$(CPSRC))
all: $(GENFILES)
+# This generates codepage files where the display and filesystem
+# codepages are both the same.
%.cp: %.txt cptable.pl UnicodeData
- $(PERL) cptable.pl UnicodeData $< $@
+ $(PERL) cptable.pl UnicodeData $< $< $@
tidy:
rm -f *.cp *.bin