From 290d214592242476716bbaef8858b9145dee0174 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Wed, 13 Aug 2014 13:01:06 +0430 Subject: [PATCH] gen.sh: update the comments before *conv functions --- gen.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gen.sh b/gen.sh index 909b480..57020c1 100755 --- a/gen.sh +++ b/gen.sh @@ -20,7 +20,7 @@ echo "hor 1" >>$TP/DESC echo "ver 1" >>$TP/DESC echo "unitwidth 10" >>$TP/DESC -# afmconv troff_name postscript_name font_filename +# afmconv troff_name font_path extra_mktrfn_options function afmconv { echo $1 @@ -28,7 +28,7 @@ function afmconv sed "/^ligatures /s/ $LIGIGN//g" >$TP/$1 } -# ttfconv troff_name postscript_name font_filename +# ttfconv troff_name font_path extra_mktrfn_options function ttfconv { echo $1 @@ -36,7 +36,7 @@ function ttfconv sed "/^ligatures /s/ $LIGIGN//g" >$TP/$1 } -# otfconv troff_name postscript_name font_filename +# otfconv troff_name font_path extra_mktrfn_options function otfconv { TTF="/tmp/.neatmkfn.ttf" -- 2.11.4.GIT