X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=xfonts-traditional.git;a=blobdiff_plain;f=mkrules;h=de6424cfb4f39145ea10a115950902462b6b5c80;hp=3c5f93515487c4bce12ac719b61ce6b355a8313c;hb=fbafd43c60babe5532e3b18ee5d1abdd412fbee9;hpb=35412fce345bbb491202173df7c0b8f0925fe67d diff --git a/mkrules b/mkrules index 3c5f935..de6424c 100755 --- a/mkrules +++ b/mkrules @@ -36,15 +36,12 @@ while read keyword rest; do in=$f/$pcf.pcf.gz out=$f/$pcf.bdf if [ -e $in ]; then - zcat $in | pcf2bdf >$out + zcat $in | pcf2bdf | ./bdfnorm >$out elif [ -e "$out.direct" ]; then - cp "$out.direct" "$out" + ./bdfnorm <"$out.direct" >"$out" elif [ -e "$f/$pcf.sfd" ]; then ./ffconvert.pe "$f/$pcf" - # 1. fontforge writes a silly filename - # 2. our crappy machinery copes only - # with BDFs all of whose chars have - # the bbox of the font + # fontforge writes a silly filename ./bdfnorm <"$f/$pcf".BDF*.bdf >$out else echo >&2 "cannot make $out!"