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: ┃ 2 T

⟦c1a38153d⟧ TextFile

    Length: 592 (0x250)
    Types: TextFile
    Names: »2dpipe.mk«

Derivation

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

TextFile

INSDIR=/usr/local
MANDIR=/usr/man/l_man/man1
CATDIR=/usr/catman/l_man/man1

install: cmd man
cmd: 
	cp 2dpipe.sh $(INSDIR)/0
	-ln $(INSDIR)/0 $(INSDIR)/1
	-ln $(INSDIR)/0 $(INSDIR)/2
	chmod 755 $(INSDIR)/[012]
	chown bin $(INSDIR)/[012]
	chgrp bin $(INSDIR)/[012]

man:
	cp 2dpipe.1 $(MANDIR)
	chmod 644 $(MANDIR)/2dpipe.1
	chown bin $(MANDIR)/2dpipe.1
	chgrp bin $(MANDIR)/2dpipe.1
	nroff -man -Tlp 2dpipe.1 > /tmp/2dpipe.1
	-rm /tmp/2dpipe.1.z
	pack /tmp/2dpipe.1
	mv /tmp/2dpipe.1.z $(CATDIR)
	chmod 644 $(CATDIR)/2dpipe.1.z
	chown bin $(CATDIR)/2dpipe.1.z
	chgrp bin $(CATDIR)/2dpipe.1.z