head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2007.01.29.17.55.29;	author delphij;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.27.07.27.47;	author jmallett;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.22.23.14.17;	author jmallett;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Make sccs buildable under 7-CURRENT.

Approved by:	jmallett
@
text
@# $FreeBSD$

PROG=	help
NO_MAN=
CFLAGS+=-DPREFIX=\"${DESTDIR}\"

.include <bsd.prog.mk>
@


1.2
log
@A simple build/install capability, allowing one to build something runnable
without hand-tchuning:
	make DESTDIR=/opt/source-code-control-system tree all install

Yes DESTDIR traditionally is used for engineering a release into a destination
dir, and it should probably be called PREFIX, as it is in code.  But bah,
humbug.  Spam the README with some of my own ranting, to accompany the
eloquent words Kirk wrote.

Notably, help doesn't work, unless you pull the help files from an SGI or
similar, and then you'll have the joy of "help stuck" and similar.  I'll try
to find a -free enough- source of these, though admittedly, that would require
being sure none of the errors mismatch, which would suck.

Still plenty of warning spa^H^H^H^H incentive.
@
text
@d4 1
a4 1
NOMAN=	noman
@


1.1
log
@Add my PD implementation of the SCCS help command, which prints help from
files in the format used by SCCS, given a key.  It behaves exactly like the
``proper'' SCCS help command, from what testing I can do.
@
text
@d5 1
@

