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

⟦c6a7645f3⟧ TextFile

    Length: 1057 (0x421)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/man/man1/Makefile« 

TextFile

# Manual page installation (section 1)
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/man/man1/RCS/Makefile,v 5.0 90/09/20 16:53:19 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:53:19  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



MANUALS	= ckmail.1 \
	ckmf.1 \
	dl.1 \
	flagmail.1 \
	flock.1 \
	mail.1 \
	malias.1 \
	mlist.1 \
	mu.1 \
	ntail.1 \
	rcvtrip.1 \
	resend.1 \
	strip_addr.1 \
	ttyalert.1 \
	ttybiff.1 \
	xalert.1


############################################################
#
# Building Rules
#
############################################################

default:;

install:; MANDIR=$(MANDIR) ../inst-man.sh $(MANOPTS) $(MANUALS)

clean:;
tidy:;
lint:;
depend:;

############################################################
#
# End of Building Rules
#
############################################################