From: Martin Mares Date: Sat, 11 Oct 2003 09:04:09 +0000 (+0000) Subject: Updated to new names of scripts. X-Git-Tag: holmes-import~1196 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=46aaf3a6f8092a2a60d90abd9476cada38f0535e;p=libucw.git Updated to new names of scripts. --- diff --git a/charset/misc/generate b/charset/misc/generate index ac22d301..61f70dff 100644 --- a/charset/misc/generate +++ b/charset/misc/generate @@ -1,14 +1,13 @@ #!/bin/sh # Generate all data files for the charset conversion library -# (c) 2001 Martin Mares +# (c) 2001--2003 Martin Mares set -ex rm -f U-*.h chartable.h misc/u-* -chmod +x misc/{unisplit,tabgen,mkunacc,table2h} -misc/unisplit +misc/gen-basic misc/table2h _U_cat byte U-cat.h misc/table2h _U_lower word U-lower.h misc/table2h _U_upper word U-upper.h -misc/mkunacc >misc/u-unacc +misc/gen-unacc >misc/u-unacc misc/table2h _U_unaccent word U-unacc.h -misc/tabgen chartable.h +misc/gen-charconv chartable.h