Annotation of coherent/d/bin/nroff/tfms/Doit, revision 1.1

1.1     ! root        1: # hp/tfms/Doit 3/31/93
        !             2: # Generate 18 troff fwts for LaserJet III internal fonts from HP TFM files.
        !             3: 
        !             4: # Clean out old versions.
        !             5: rm fwt/*
        !             6: 
        !             7: # Generate *.fwt in subdirectory fwt.
        !             8: >fwt.doc
        !             9: for i in *.tfm
        !            10: do
        !            11: echo $i:
        !            12: j=`basename $i .tfm`.fwt
        !            13: echo -n "$j:   " >>fwt.doc
        !            14: /u/steve/troff/obj/fwtable -tv $i fwt/$j 2>>fwt.doc
        !            15: done
        !            16: 
        !            17: # Rename to rational troff-style names.
        !            18: cd fwt
        !            19: mv crb14r8a.fwt Cour10_B.fwt
        !            20: mv cri14r8a.fwt Cour10_I.fwt
        !            21: mv crr14r8a.fwt Cour10_R.fwt
        !            22: mv crb1cr8a.fwt Cour12_B.fwt
        !            23: mv cri1cr8a.fwt Cour12_I.fwt
        !            24: mv crr1cr8a.fwt Cour12_R.fwt
        !            25: mv crb1cr8c.fwt Cour12L_B.fwt
        !            26: mv crr1cr8c.fwt Cour12L_R.fwt
        !            27: mv lpr0yr8a.fwt Linep_R.fwt
        !            28: mv lpr0yr8c.fwt LinepL_R.fwt
        !            29: mv trb0000s.fwt CGTimes_B.fwt
        !            30: mv tri0000s.fwt CGTimes_I.fwt
        !            31: mv trj0000s.fwt CGTimes_BI.fwt
        !            32: mv trr0000s.fwt CGTimes_R.fwt
        !            33: mv unb0000s.fwt Univers_B.fwt
        !            34: mv uni0000s.fwt Univers_I.fwt
        !            35: mv unj0000s.fwt Univers_BI.fwt
        !            36: mv unr0000s.fwt Univers_R.fwt
        !            37: 
        !            38: # end of hp/tfms/Doit

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.