head	1.10;
access;
symbols
	RELENG_3_5_0_RELEASE:1.8.2.1
	RELENG_3_4_0_RELEASE:1.8.2.1
	RELENG_3_3_0_RELEASE:1.8.2.1
	RELENG_3_2_PAO:1.8.0.4
	RELENG_3_2_PAO_BP:1.8
	RELENG_3_2_0_RELEASE:1.8
	RELENG_3_1_0_RELEASE:1.8
	RELENG_3:1.8.0.2
	RELENG_3_BP:1.8
	RELENG_2_2_8_RELEASE:1.3.2.2
	RELENG_3_0_0_RELEASE:1.8
	RELENG_2_2_7_RELEASE:1.3.2.2
	RELENG_2_2_6_RELEASE:1.3.2.2
	RELENG_2_2_5_RELEASE:1.3.2.2
	RELENG_2_2_2_RELEASE:1.3.2.2
	RELENG_2_2_1_RELEASE:1.3.2.2
	RELENG_2_2_0_RELEASE:1.3.2.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.10
date	99.11.26.09.27.38;	author peter;	state dead;
branches;
next	1.9;

1.9
date	99.08.28.00.18.24;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	97.03.03.01.09.51;	author wosch;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	97.02.22.13.04.35;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	97.02.09.03.12.09;	author jkh;	state Exp;
branches;
next	1.5;

1.5
date	97.02.09.02.16.26;	author jkh;	state Exp;
branches;
next	1.4;

1.4
date	97.01.14.06.29.13;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	96.06.24.04.23.44;	author jkh;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	95.02.08.21.27.09;	author bde;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	95.01.11.01.52.02;	author wollman;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.28.22;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	97.03.06.12.21.31;	author wosch;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	97.03.15.23.35.17;	author jkh;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	99.09.05.11.26.35;	author peter;	state Exp;
branches;
next	;

1.8.2.1
date	99.08.29.16.43.57;	author peter;	state Exp;
branches;
next	;


desc
@@


1.10
log
@To avoid confusion, zap libcurses.  ncurses provides both curses, termcap
and termlib (terminfo) support.
@
text
@#	From: @@(#)Makefile	8.1 (Berkeley) 8/14/93
# $FreeBSD: src/share/doc/psd/19.curses/Makefile,v 1.9 1999/08/28 00:18:24 peter Exp $

VOLUME=	psd/19.curses
SRCS=	Master
MACROS=	-me
SRCDIR=	${.CURDIR}/../../../../lib/libcurses/PSD.doc

cfiles= ex1.c twinkle1.c
OBJS=	${cfiles:S;.c$;.gr;} intro.2.tbl
files=	intro.0 intro.1 intro.3 intro.4 intro.5 intro.6 \
	macros c_macros fns.doc appen.A
EXTRA=	${files}
CLEANFILES+= ${OBJS} ${files} Master
USE_SOELIM=	yes
USE_SOELIMPP=	yes


.SUFFIXES:
.SUFFIXES: .c .gr

#
# this section formats C input source into nice troffable (or nroffable)
# versions.  It uses the capabilites of "vgrind", which sets keywords in
# bold font, and comments in italics.
#

# Don't re-run vgrind unless you want to patch the output files.
VFONT=	/usr/libexec/vfontedpr
.c.gr:
	${VFONT} ${.IMPSRC} | grep -v "^'wh" > ${.TARGET}

intro.2.tbl: intro.2
	${TBL} ${SRCDIR}/intro.2 > intro.2.tbl

Master: ${files}
	@@for file in ${.TARGET} ${files}; do \
		test -e $$file || ln -s ${SRCDIR}/$${file} . ;\
	done

.include <bsd.doc.mk>
@


1.9
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@Fix broken output. It did not work due the obj dir changes
in make(1) some months ago.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.7 1997/02/22 13:04:35 peter Exp $
@


1.8.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.7
log
@Revert $FreeBSD$ back to $Id$
@
text
@d2 1
a2 1
#	$Id$
d7 10
a16 5
LSRCDIR=	${.CURDIR}/../../../../lib/libcurses/PSD.doc
.PATH:	${LSRCDIR}
SRCLINKS=appen.A c_macros ex1.gr ex2.gr fns.doc \
	intro.0 intro.1 intro.2.tbl intro.3 intro.4 intro.5 intro.6 \
	macros twinkle1.gr
a17 2
CLEANFILES+=win_st.gr twinkle2.gr life.gr appen.A.tbl ${DOC}.${PRINTER}+ \
	Master ${SRCLINKS}
d33 2
a34 1
.MAIN:	all
d36 3
a38 3
Master: ${SRCLINKS}
	@@for a in Master ${.ALLSRC}; do \
		test -e $$a || ln -s ${LSRCDIR}/$$a .; \
a39 6

intro.2.tbl: intro.2
	${TBL} ${LSRCDIR}/intro.2 > intro.2.tbl

#!!!bogus!!!  If .ALLSRC worked right, this BS wouldn't be necessary.
SRCDIR=	${.OBJDIR}
@


1.6
log
@whoops!  wosch was right!  my sources were out of date and this
change is bogus!  heh heh. [slinks away].
@
text
@d2 1
a2 1
#	$FreeBSD$
@


1.5
log
@vfontedpr would appear to be in /usr/bin not /usr/libexec?
@
text
@d26 1
a26 1
VFONT=	/usr/bin/vfontedpr
@


1.4
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d26 1
a26 1
VFONT=	/usr/libexec/vfontedpr
@


1.3
log
@Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1995/02/08 21:27:09 bde Exp $
@


1.3.2.1
log
@Merge: Fix broken output due the obj dir changes in make(1)
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.8 1997/03/03 01:09:51 wosch Exp $
d7 5
a11 10
SRCDIR=	${.CURDIR}/../../../../lib/libcurses/PSD.doc

cfiles= ex1.c twinkle1.c
OBJS=	${cfiles:S;.c$;.gr;} intro.2.tbl
files=	intro.0 intro.1 intro.3 intro.4 intro.5 intro.6 \
	macros c_macros fns.doc appen.A
EXTRA=	${files}
CLEANFILES+= ${OBJS} ${files} Master
USE_SOELIM=	yes
USE_SOELIMPP=	yes
d13 2
d30 7
d38 1
a38 1
	${TBL} ${SRCDIR}/intro.2 > intro.2.tbl
d40 2
a41 4
Master: ${files}
	@@for file in ${.TARGET} ${files}; do \
		test -e $$file || ln -s ${SRCDIR}/$${file} . ;\
	done
@


1.3.2.2
log
@Merge from -current (modulo the release string, which is set to 2.2. in this
branch).
@
text
@@


1.3.2.3
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@CLEANFILES was missing most of the source links.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1 1995/01/11 01:52:02 wollman Exp $
d33 1
a33 1
	for a in Master ${.ALLSRC}; do \
@


1.2.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Make these documents build if possible.
@
text
@d2 1
a2 1
#	$Id$
d9 3
d13 2
a14 2
CLEANFILES+=win_st.gr twinkle1.gr twinkle2.gr life.gr intro.2.tbl appen.A.tbl \
	ex1.gr ex2.gr ${DOC}.${PRINTER}+
d32 1
a32 2
Master: twinkle1.gr ex1.gr ex2.gr fns.doc intro.5 intro.2.tbl intro.0 intro.1 \
	intro.3 intro.4 intro.6 macros c_macros appen.A
a43 5





@
