2 CPSRC
= $(wildcard *.txt
)
3 GENFILES
= $(patsubst %.txt
,%.cp
,$(CPSRC
))
9 # This generates codepage files where the display and filesystem
10 # codepages are both the same.
11 %.cp
: %.txt cptable.pl UnicodeData
12 $(PERL
) cptable.pl UnicodeData
$< $< $@