diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-13 15:06:35 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-13 15:06:35 +0000 |
| commit | 5100b165ea37229cbdc9d2614ae0be248ddf3a30 (patch) | |
| tree | b387a0db5fba4bca623a63bef055ca4096488607 /dist/troff/tfont | |
| parent | f39a2407b6e6ace6af68e466bfa2f362b9a9dd36 (diff) | |
Diffstat (limited to 'dist/troff/tfont')
| -rwxr-xr-x | dist/troff/tfont | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/troff/tfont b/dist/troff/tfont index 3b3e862d..6f9fa507 100755 --- a/dist/troff/tfont +++ b/dist/troff/tfont @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/Users/ethan/plan9port/bin/rc rm *.tpost *.troff *.pfb *.pfa *.afm map.sfd @@ -60,7 +60,7 @@ f.generate("'$font^%s.pfb'", "", ("afm",), 72, "map.sfd") for(h in $hex){ if(test -f $font$h.pfb){ pfb2pfa $font$h.pfb - mv $font$h.pfa /usr/local/plan9/postscript/font/$font$h + mv $font$h.pfa /Users/ethan/plan9port/postscript/font/$font$h afm2troff -h -o 0x$h^00 $font$h.afm >>$font.troff echo 0x$h^00 0x$h^FF $font$h >>$font.tpost } @@ -73,6 +73,6 @@ f.generate("'$font^%s.pfb'", "", ("afm",), 72, "map.sfd") sam -d $font.troff <$PLAN9/dist/troff/devutf.sam if(~ $font *Mono*) sam -d $font.troff <$PLAN9/dist/troff/mono.sam - cp $font.troff /usr/local/plan9/troff/font/devutf/$font - cp $font.tpost /usr/local/plan9/postscript/troff/$font + cp $font.troff /Users/ethan/plan9port/troff/font/devutf/$font + cp $font.tpost /Users/ethan/plan9port/postscript/troff/$font } |