]> mj.ucw.cz Git - libucw.git/commitdiff
Updated to new names of scripts.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Oct 2003 09:04:09 +0000 (09:04 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Oct 2003 09:04:09 +0000 (09:04 +0000)
charset/misc/generate

index ac22d301a5810d34618fe8a65c55a9ebdf2b45d5..61f70dffdf201ec3f72268aafb6befd717721890 100644 (file)
@@ -1,14 +1,13 @@
 #!/bin/sh
 # Generate all data files for the charset conversion library
-# (c) 2001 Martin Mares <mj@ucw.cz>
+# (c) 2001--2003 Martin Mares <mj@ucw.cz>
 
 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 <misc/u-cat >U-cat.h
 misc/table2h _U_lower word <misc/u-lower >U-lower.h
 misc/table2h _U_upper word <misc/u-upper >U-upper.h
-misc/mkunacc >misc/u-unacc
+misc/gen-unacc >misc/u-unacc
 misc/table2h _U_unaccent word <misc/u-unacc >U-unacc.h
-misc/tabgen <misc/chartable.in >chartable.h
+misc/gen-charconv <misc/chartable.in >chartable.h