DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦303795700⟧ TextFile

    Length: 835 (0x343)
    Types: TextFile
    Names: »gf200.makeall«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./utilityfonts/gf/gf200.makeall« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦24627e285⟧ »unix3.0/utilityfonts.tar.Z« 
        └─⟦4ad600e20⟧ 
            └─⟦this⟧ »utilityfonts/gf/gf200.makeall« 

TextFile

# Makefile for utilityfonts 200 lines per inch fonts.
# developed by Pierre MacKay on the model of a file 
# contributed by John Ramsdell of the MITRE Corp., Bedford, MA.
#
# this is for true low-res fonts.  The old Versatec variety

# Check these lines out for compatibility with your system
# Invoke this with make MF='mymf' MODE='mymode' to get special
# effects

TEX	= /usr/local
TEXBIN	= $(TEX)
MF	= wmf
MODE	= lowres
CMDLINE	= $(TEXBIN)/$(MF) '\mode:=$(MODE);' 'batchmode;'

.SUFFIXES: .mf .200gf .219gf 


.mf.200gf:
	$(CMDLINE) input $*

.mf.219gf:
	$(CMDLINE) 'mag:=magstep(0.5);' input $*

NOMAG	= logo10.200gf logo8.200gf logo9.200gf logobf10.200gf logosl10.200gf \
		manfnt.200gf 

MAGHALF	= logo10.219gf logo8.219gf logo9.219gf logobf10.219gf logosl10.219gf \
		manfnt.219gf 

FONTS = $(NOMAG) $(MAGHALF) 

all:	$(FONTS)