head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.2.2
	RELENG_4_11:1.2.2.2.0.16
	RELENG_4_11_BP:1.2.2.2
	RELENG_4_10_0_RELEASE:1.2.2.2
	RELENG_4_10:1.2.2.2.0.14
	RELENG_4_10_BP:1.2.2.2
	RELENG_4_9_0_RELEASE:1.2.2.2
	RELENG_4_9:1.2.2.2.0.12
	RELENG_4_9_BP:1.2.2.2
	RELENG_4_8_0_RELEASE:1.2.2.2
	RELENG_4_8:1.2.2.2.0.10
	RELENG_4_8_BP:1.2.2.2
	RELENG_4_7_0_RELEASE:1.2.2.2
	RELENG_4_7:1.2.2.2.0.8
	RELENG_4_7_BP:1.2.2.2
	RELENG_4_6_2_RELEASE:1.2.2.2
	RELENG_4_6_1_RELEASE:1.2.2.2
	RELENG_4_6_0_RELEASE:1.2.2.2
	RELENG_4_6:1.2.2.2.0.6
	RELENG_4_6_BP:1.2.2.2
	RELENG_4_5_0_RELEASE:1.2.2.2
	RELENG_4_5:1.2.2.2.0.4
	RELENG_4_5_BP:1.2.2.2
	RELENG_4_4_0_RELEASE:1.2.2.2
	RELENG_4_4:1.2.2.2.0.2
	RELENG_4_4_BP:1.2.2.2
	RELENG_4_3_0_RELEASE:1.2.2.1
	RELENG_4_3:1.2.2.1.0.2
	RELENG_4_3_BP:1.2.2.1
	RELENG_4:1.2.0.2;
locks; strict;
comment	@# @;


1.3
date	2001.04.17.12.36.40;	author ru;	state dead;
branches;
next	1.2;

1.2
date	2000.12.06.08.35.45;	author ru;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2000.12.05.19.15.25;	author ru;	state Exp;
branches;
next	;

1.2.2.1
date	2000.12.07.09.57.01;	author ru;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	2001.04.26.17.07.59;	author ru;	state dead;
branches;
next	;


desc
@@


1.3
log
@Upgrade to Groff 1.17.
@
text
@# $FreeBSD: src/gnu/usr.bin/groff/devlbp/Makefile,v 1.2 2000/12/06 08:35:45 ru Exp $

DEV=		lbp
LBPPRINT=	${PSPRINT}
DEVFILES=	DESC HB HBI HI HR TB TBI TI TR

CLEANFILES+=	DESC

DESC:	DESC.in
	-rm -f DESC
	cat ${DIST_DIR}/DESC.in >DESC
	if test "$(PAGE)" = A4; then \
	  echo "papersize a4" >>DESC; \
        else \
	  echo "papersize letter" >>DESC; \
        fi
	test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC

.include "../Makefile.dev"
@


1.2
log
@Fixed device files building procedure.  This makes
it possible to ``make all install'' in one pass.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/devlbp/Makefile,v 1.1 2000/12/05 19:15:25 ru Exp $
@


1.2.2.1
log
@MFC: Upgrade to Groff 1.16.1.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.2.2
log
@MFC: Upgrade to Groff 1.17.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/devlbp/Makefile,v 1.2.2.1 2000/12/07 09:57:01 ru Exp $
@


1.1
log
@Upgrade to version 1.16.1.
@
text
@d1 1
a1 1
# $FreeBSD$
a7 2

.include "../Makefile.inc"
@

