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 - download
Index: ┃ M T

⟦82995a55e⟧ TextFile

    Length: 610 (0x262)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/dvidoc/Makefile« 

TextFile

DEST=/usr/local/bin
LIB=/usr/lib/tex/fonts
MACROS=/usr/lib/tex/macros
CFLAGS=-g
PFLAGS=-g
LDFLAGS=-g

.SUFFIXES: .web .o .dvi .pl .tfm
.web.o:
	tangle $<
	pxp -O -f $*.p > tmp
	mv tmp $*.p
	$(PC) -c $(PFLAGS) $*.p
.web.dvi:
	weave $<
	tex $*.tex
	rm $*.tex
.pl.tfm:
	pltotf $< $*.tfm

all: dvidoc doc.tfm dvidoc.dvi

dvidoc: dvidoc.o dvityext.o
	$(PC) -o $@ $(LDFLAGS) dvidoc.o dvityext.o

install: all
	install -m 644 doc.tfm $(LIB)
	install -m 755 dvidoc $(DEST)
	install -m 644 -c docmac.tex $(MACROS)

clean:
	-rm -f *.o dvidoc.p dvidoc dvidoc.log dvidoc.tex dvidoc.pool \
	CONTENTS.tex dvidoc.dvi doc.tfm