|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T g
Length: 1542 (0x606) Types: TextFile Names: »gf240.makeall«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./utilityfonts/gf/gf240.makeall« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦24627e285⟧ »unix3.0/utilityfonts.tar.Z« └─⟦4ad600e20⟧ └─⟦this⟧ »utilityfonts/gf/gf240.makeall«
# Makefile for utilityfonts 240 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 the CanonLBP print engine. # 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 = CanonLBP CMDLINE = $(TEXBIN)/$(MF) '\mode:=$(MODE);' 'batchmode;' .SUFFIXES: .mf .240gf .263gf .288gf .346gf .415gf .498gf .597gf .mf.240gf: $(CMDLINE) input $* .mf.263gf: $(CMDLINE) 'mag:=magstep(0.5);' input $* .mf.288gf: $(CMDLINE) 'mag:=magstep(1);' input $* .mf.346gf: $(CMDLINE) 'mag:=magstep(2);' input $* .mf.415gf: $(CMDLINE) 'mag:=magstep(3);' input $* .mf.498gf: $(CMDLINE) 'mag:=magstep(4);' input $* .mf.597gf: $(CMDLINE) 'mag:=magstep(5);' input $* NOMAG = logo10.240gf logo8.240gf logo9.240gf logobf10.240gf logosl10.240gf \ manfnt.240gf MAGHALF = logo10.263gf logo8.263gf logo9.263gf logobf10.263gf logosl10.263gf \ manfnt.263gf MAGONE = logo10.288gf logo8.288gf logo9.288gf logobf10.288gf logosl10.288gf \ manfnt.288gf MAGTWO = logo10.346gf logobf10.346gf logosl10.346gf MAGTHREE = logo10.415gf logo8.415gf logobf10.415gf logosl10.415gf \ manfnt.415gf MAGFOUR = logo10.498gf logo8.498gf logobf10.498gf logosl10.498gf \ manfnt.498gf MAGFIVE = logo10.597gf logobf10.597gf logosl10.597gf FONTS = $(NOMAG) $(MAGHALF) $(MAGONE) $(MAGTWO) $(MAGTHREE) \ $(MAGFOUR) $(MAGFIVE) all: $(FONTS)