aboutsummaryrefslogtreecommitdiff
path: root/dist/troff/tfont
diff options
context:
space:
mode:
Diffstat (limited to 'dist/troff/tfont')
-rwxr-xr-xdist/troff/tfont8
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
}