12 echo Installing codepage files
in $CODEPAGEDIR
13 for d
in $LIBDIR $CODEPAGEDIR; do
17 echo Failed to
make directory
$d
24 if [ -f ${srcdir}/codepages
/codepage_def.
$p ]; then
25 echo Creating codepage
file $CODEPAGEDIR/codepage.
$p
26 $BINDIR/make_smbcodepage c
$p ${srcdir}/codepages
/codepage_def.
$p $CODEPAGEDIR/codepage.
$p
28 if [ -f ${srcdir}/codepages
/CP
${p}.TXT
]; then
29 echo Creating unicode map
$CODEPAGEDIR/unicode_map.
$p
30 $BINDIR/make_unicodemap
$p ${srcdir}/codepages
/CP
${p}.TXT
$CODEPAGEDIR/unicode_map.
$p
36 ======================================================================
37 The code pages have been installed. You may uninstall them using the
38 command "make uninstallcp" or make "uninstall" to uninstall binaries,
39 man pages, shell scripts and code pages.
40 ======================================================================