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

⟦357cbe9b5⟧ TextFile

    Length: 1527 (0x5f7)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# $Header: Makefile,v 1.1 88/01/15 12:58:09 simpson Rel $
# $Log:	Makefile,v $
#Revision 1.1  88/01/15  12:58:09  simpson
#initial release
#
#Revision 0.1  87/12/11  17:56:47  simpson
#beta test
#
WBTEXFONT=/usr/lib/tex/imagenfonts
WWTEXFONT=/usr/lib/tex/qmsfonts
DITROFFFONT=/usr/lib/font/devqms
OTROFFFONT=/usr/lib/font
FILTER=/usr/local/lib/lpr

all:

configure:
	sed s:--WBTEX--:$(WBTEXFONT): < quicspool.l.backup | \
	sed s:--WWTEX--:$(WWTEXFONT): | sed s:--OFONT--:$(OTROFFFONT): | \
	sed s:--DIFONT--:$(DITROFFFONT): | sed s:--FILTER--:$(FILTER): \
	> quicspool.l
	sed s:--FONTDIR--:$(DITROFFFONT): < dumpdesc.l.backup > dumpdesc.l
	sed s:--WBTEX--:$(WBTEXFONT): < pktoch.l.backup | \
	sed s:--WWTEX--:$(WWTEXFONT): | sed s:--OFONT--:$(OTROFFFONT): | \
	sed s:--DIFONT--:$(DITROFFFONT): > pktoch.l
	sed s:--FONTDIR--:$(OTROFFFONT): < tfm2ofont.l.backup > tfm2ofont.l
	sed s:--FONTDIR--:$(DITROFFFONT): < tfm2difont.l.backup > tfm2difont.l

clean:
	-rm dumpdesc.l pktoch.l tfm2ofont.l tfm2difont.l quicspool.l

install:
	install -c cat.l /usr/man/manl
	install -c cati.l /usr/man/manl
	install -c dumpdesc.l /usr/man/manl
	install -c getopt.l /usr/man/manl
	install -c glob.l /usr/man/manl
	install -c pktoch.l /usr/man/manl
	install -c profile.l /usr/man/manl
	install -c profile5.l /usr/man/manl
	install -c qmsquery.l /usr/man/manl
	install -c quicspool.l /usr/man/manl
	install -c shift.l /usr/man/manl
	install -c standard.l /usr/man/manl
	install -c tfm2ofont.l /usr/man/manl
	install -c tfm2difont.l /usr/man/manl