head	2.5;
access;
symbols
	RELENG_4_11_0_RELEASE:2.2.8.2
	RELENG_4_11:2.2.8.2.0.16
	RELENG_4_11_BP:2.2.8.2
	RELENG_4_10_0_RELEASE:2.2.8.2
	RELENG_4_10:2.2.8.2.0.14
	RELENG_4_10_BP:2.2.8.2
	RELENG_4_9_0_RELEASE:2.2.8.2
	RELENG_4_9:2.2.8.2.0.12
	RELENG_4_9_BP:2.2.8.2
	RELENG_4_8_0_RELEASE:2.2.8.2
	RELENG_4_8:2.2.8.2.0.10
	RELENG_4_8_BP:2.2.8.2
	RELENG_4_7_0_RELEASE:2.2.8.2
	RELENG_4_7:2.2.8.2.0.8
	RELENG_4_7_BP:2.2.8.2
	RELENG_4_6_2_RELEASE:2.2.8.2
	RELENG_4_6_1_RELEASE:2.2.8.2
	RELENG_4_6_0_RELEASE:2.2.8.2
	RELENG_4_6:2.2.8.2.0.6
	RELENG_4_6_BP:2.2.8.2
	RELENG_4_5_0_RELEASE:2.2.8.2
	RELENG_4_5:2.2.8.2.0.4
	RELENG_4_5_BP:2.2.8.2
	RELENG_4_4_0_RELEASE:2.2.8.2
	RELENG_4_4:2.2.8.2.0.2
	RELENG_4_4_BP:2.2.8.2
	RELENG_4_3_0_RELEASE:2.2.8.1
	RELENG_4_3:2.2.8.1.0.2
	RELENG_4_3_BP:2.2.8.1
	RELENG_4_2_0_RELEASE:2.2
	RELENG_4_1_1_RELEASE:2.2
	PRE_SMPNG:2.2
	RELENG_4_1_0_RELEASE:2.2
	RELENG_3_5_0_RELEASE:2.2
	RELENG_4_0_0_RELEASE:2.2
	RELENG_4:2.2.0.8
	RELENG_4_BP:2.2
	RELENG_3_4_0_RELEASE:2.2
	RELENG_3_3_0_RELEASE:2.2
	RELENG_3_2_PAO:2.2.0.6
	RELENG_3_2_PAO_BP:2.2
	RELENG_3_2_0_RELEASE:2.2
	RELENG_3_1_0_RELEASE:2.2
	RELENG_3:2.2.0.4
	RELENG_3_BP:2.2
	RELENG_2_2_8_RELEASE:2.2
	RELENG_3_0_0_RELEASE:2.2
	RELENG_2_2_7_RELEASE:2.2
	RELENG_2_2_6_RELEASE:2.2
	RELENG_2_2_5_RELEASE:2.2
	RELENG_2_2_2_RELEASE:2.2
	RELENG_2_2_1_RELEASE:2.2
	RELENG_2_2_0_RELEASE:2.2
	RELENG_2_2:2.2.0.2
	RELENG_2_2_BP:2.2
	v1_10:2.1.1.1
	PST:2.1.1;
locks; strict;
comment	@# @;


2.5
date	2001.04.17.12.36.40;	author ru;	state dead;
branches;
next	2.4;

2.4
date	2000.12.06.08.35.45;	author ru;	state Exp;
branches;
next	2.3;

2.3
date	2000.12.05.19.15.25;	author ru;	state Exp;
branches;
next	2.2;

2.2
date	96.09.09.18.05.18;	author phk;	state Exp;
branches
	2.2.8.1;
next	2.1;

2.1
date	96.09.08.01.21.19;	author pst;	state Exp;
branches
	2.1.1.1;
next	;

2.1.1.1
date	96.09.08.01.21.19;	author pst;	state Exp;
branches;
next	;

2.2.8.1
date	2000.12.07.09.57.01;	author ru;	state Exp;
branches;
next	2.2.8.2;

2.2.8.2
date	2001.04.26.17.08.00;	author ru;	state dead;
branches;
next	;


desc
@@


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

DEV=		lj4
LJ4RES=		600
LJ4PRINT=	$(PSPRINT)
DEVFILES=	DESC \
		ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
		LGB LGI LGR OB OBI OI OR TB TBI TI TR UB UBI UI UR \
		UCB UCBI UCI UCR CLARENDON CORONET MARIGOLD S \
		generate/Makefile generate/text.map generate/special.map

CLEANFILES+=	DESC

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

fonts:
	$(MAKE) -f ${DIST_DIR}/generate/Makefile srcdir=${DIST_DIR}/generate \
	  HPFTODIT=${.CURDIR}/../hpftodit/hpftodit

.include "../Makefile.dev"
@


2.4
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/devlj4/Makefile,v 2.3 2000/12/05 19:15:25 ru Exp $
@


2.3
log
@Upgrade to version 1.16.1.
@
text
@d1 1
a1 1
# $FreeBSD$
a12 2

.include "../Makefile.inc"
@


2.2
log
@DISTDIR is a reserved variable for make release
s/DISTDIR/DIST_DIR/g
@
text
@d1 2
d4 1
a4 1
LJ4RES=		300
d6 2
a7 2
DEVFILES=	$(FONTS) $(SUPPORT) $(DEVGENFILES) DESC
FONTS=		ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
d9 3
a11 2
		UCB UCBI UCI UCR CLARENDON CORONET MARIGOLD S
#DEVGENFILES=	generate/Makefile generate/text.map generate/special.map
d28 3
a30 4
fonts:	DESC
	$(MAKE) -f ${DIST_DIR}/generate/Makefile \
		srcdir=${DIST_DIR}/generate DESC=${DIST_DIR}/DESC.in \
	  	HPFTODIT=${.CURDIR}/../hpftodit/hpftodit
@


2.2.8.1
log
@MFC: Upgrade to Groff 1.16.1.
@
text
@a0 2
# $FreeBSD$

d2 1
a2 1
LJ4RES=		600
d4 2
a5 2
DEVFILES=	DESC \
		ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
d7 3
a9 2
		UCB UCBI UCI UCR CLARENDON CORONET MARIGOLD S \
		generate/Makefile generate/text.map generate/special.map
d11 1
a11 1
CLEANFILES+=	DESC
d25 4
a28 3
fonts:
	$(MAKE) -f ${DIST_DIR}/generate/Makefile srcdir=${DIST_DIR}/generate \
	  HPFTODIT=${.CURDIR}/../hpftodit/hpftodit
@


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


2.1
log
@Initial revision
@
text
@d17 1
a17 1
	cat ${DISTDIR}/DESC.in >>DESC
d26 2
a27 2
	$(MAKE) -f ${DISTDIR}/generate/Makefile \
		srcdir=${DISTDIR}/generate DESC=${DISTDIR}/DESC.in \
@


2.1.1.1
log
@...long live groff
@
text
@@
