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

⟦d50d59e41⟧ TextFile

    Length: 362 (0x16a)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# make the various documents

ROFF=nroff

all: howto manner standard copyright install

install: install.mn tmac.n
	$(ROFF) tmac.n install.mn

howto: howto.mn tmac.n
	$(ROFF) tmac.n howto.mn

manner: manner.mn tmac.n
	$(ROFF) tmac.n manner.mn

standard: standard.mn tmac.n
	$(ROFF) tmac.n standard.mn

copyright: copyright.mn tmac.n
	$(ROFF) tmac.n copyright.mn