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: M T

⟦eff42ecfa⟧ TextFile

    Length: 959 (0x3bf)
    Types: TextFile
    Names: »Makefile.TRW«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/quicspool/wwfonts/Makefile.TRW« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/quicspool/wwfonts/Makefile.TRW« 

TextFile

# $Header: Makefile.TRW,v 1.1 88/01/15 13:14:25 simpson Rel $
# $Log:	Makefile.TRW,v $
#Revision 1.1  88/01/15  13:14:25  simpson
#initial release
#
#Revision 0.1  87/12/11  19:09:54  simpson
#beta test
#
OTROFFFONT=/usr/lib/font
DITROFFFONT=/usr/lib/font/devqms

all: owidths diwidths desc

configure:

owidths:
	../src/tfm2ofont R.tfm I.tfm B.tfm CW.tfm
	../src/tfm2ofont -s S.tfm
	cc -c ftR.c ftI.c ftB.c ftS.c ftCW.c
	for i in ftR.o ftI.o ftB.o ftS.o ftCW.o;do \
		mv $$i `basename $$i .o`;\
	done

diwidths:
	../src/tfm2difont R.tfm I.tfm B.tfm
	../src/tfm2difont -l fi -l ff -l fl -l ffi -l ffl -w 22 CW.tfm
	../src/tfm2difont -s S.tfm

desc:
	-makedev DESC

install:
	cp *pk $(DITROFFFONT)/wwfonts
	chmod 644 $(DITROFFFONT)/wwfonts/*pk
	for i in R I B S CW;do install -m 644 ft$$i $(OTROFFFONT); done
	-install DESC.out $(DITROFFFONT)
	-for i in R I B CW S;do install -m 644 $$i.out $(DITROFFFONT); done

clean:
	-rm *gf *.log *.c ft* *.out R I B S CW