From f96ea1fc9f5c09ef557bbe64517b3d85e82d77e7 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Mon, 22 Nov 2004 04:13:31 +0000 Subject: [PATCH] small fixes --- includes/zhtable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/zhtable/Makefile b/includes/zhtable/Makefile index 550817fdfe..372109b652 100644 --- a/includes/zhtable/Makefile +++ b/includes/zhtable/Makefile @@ -211,10 +211,10 @@ toTW.dict: simp2trad1to1.t simp2trad.phrases.t cat simp2trad.phrases.t | $(SED) 's/[, \t]//g' | $(SED) 's/=>/\t/' >> toTW.dict toHK.dict: toHK.manual - cat toHK.manual | $(SED) 's/[ ]//g' | $(SED) 's/\(^[^ \t]*\)[ \t][ \t]*\([^ \t]*\)/"\1"\t"\2"/' > toHK.dict + cat toHK.manual | $(SED) 's/ //g' | $(SED) 's/\(^.*\)\t\(.*\)/"\1"\t"\2"/' > toHK.dict toSG.dict: toSG.manual - cat toSG.manual | $(SED) 's/[ ]//g' | $(SED) 's/\(^[^ \t]*\)[ \t][ \t]*\([^ \t]*\)/"\1"\t"\2"/' > toSG.dict + cat toSG.manual | $(SED) 's/ //g' | $(SED) 's/\(^.*\)\t\(.*\)/"\1"\t"\2"/' > toSG.dict -- 2.20.1