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

⟦fdfd0c639⟧ TextFile

    Length: 1842 (0x732)
    Types: TextFile
    Names: »gf300.makeall«

Derivation

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

TextFile

# Makefile for 300 lines per inch utility fonts.
# This is gf300.makeall, based on the gf300.makefile
# contributed by John Ramsdell of the MITRE Corp., Bedford, MA.

# Check these lines out for compatibility with your system
# Invoke this with make MF='mymf' MODE='mymode' to get special
# effects.  For instance, to make the gf300w fonts, the
# call would be:    make all MODE='RicohFourZeroEightZero'

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

.SUFFIXES: .mf .300gf 
.SUFFIXES: .329gf .360gf .432gf .518gf .622gf .746gf
.SUFFIXES: .270gf .257gf .240gf .214gf


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

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

.mf.360gf:
	$(CMDLINE) 'mag:=magstep(1.0);' input $*

.mf.432gf:
	$(CMDLINE) 'mag:=magstep(2.0);' input $*

.mf.518gf:
	$(CMDLINE) 'mag:=magstep(3.0);' input $*

.mf.622gf:
	$(CMDLINE) 'mag:=magstep(4.0);' input $*

.mf.746gf:
	$(CMDLINE) 'mag:=magstep(5.0);' input $*

.mf.270gf:
	$(CMDLINE) 'mag:=9/10;' input $*

.mf.257gf:
	$(CMDLINE) 'mag:=6/7;' input $*

.mf.240gf:
	$(CMDLINE) 'mag:=8/10;' input $*

.mf.214gf:
	$(CMDLINE) 'mag:=5/7;' input $*

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

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

MAGONE	= logo10.360gf logo8.360gf logo9.360gf logobf10.360gf logosl10.360gf \
		manfnt.360gf 

MAGTWO	= logo10.432gf logobf10.432gf logosl10.432gf 

MAGTHREE = logo10.518gf logo8.518gf logobf10.518gf logosl10.518gf \
		manfnt.518gf 

MAGFOUR = logo10.622gf logo8.622gf logobf10.622gf logosl10.622gf \
		manfnt.622gf 

MAGFIVE	= logo10.746gf logobf10.746gf logosl10.746gf 

FONTS = $(NOMAG) $(MAGHALF) $(MAGONE) $(MAGTWO) $(MAGTHREE) $(MAGFOUR) \
	$(MAGFIVE) 

all:	$(FONTS)