head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.5
	RELENG_4_11:1.1.2.5.0.16
	RELENG_4_11_BP:1.1.2.5
	RELENG_4_10_0_RELEASE:1.1.2.5
	RELENG_4_10:1.1.2.5.0.14
	RELENG_4_10_BP:1.1.2.5
	RELENG_4_9_0_RELEASE:1.1.2.5
	RELENG_4_9:1.1.2.5.0.12
	RELENG_4_9_BP:1.1.2.5
	RELENG_4_8_0_RELEASE:1.1.2.5
	RELENG_4_8:1.1.2.5.0.10
	RELENG_4_8_BP:1.1.2.5
	RELENG_4_7_0_RELEASE:1.1.2.5
	RELENG_4_7:1.1.2.5.0.8
	RELENG_4_7_BP:1.1.2.5
	RELENG_4_6_2_RELEASE:1.1.2.5
	RELENG_4_6_1_RELEASE:1.1.2.5
	RELENG_4_6_0_RELEASE:1.1.2.5
	RELENG_4_6:1.1.2.5.0.6
	RELENG_4_6_BP:1.1.2.5
	RELENG_4_5_0_RELEASE:1.1.2.5
	RELENG_4_5:1.1.2.5.0.4
	RELENG_4_5_BP:1.1.2.5
	RELENG_4_4_0_RELEASE:1.1.2.5
	RELENG_4_4:1.1.2.5.0.2
	RELENG_4_4_BP:1.1.2.5
	RELENG_4_3_0_RELEASE:1.1.2.2
	RELENG_4_3:1.1.2.2.0.2
	RELENG_4_3_BP:1.1.2.2
	RELENG_4_2_0_RELEASE:1.1.2.1
	RELENG_4_1_1_RELEASE:1.1.2.1
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.1
	RELENG_3_5_0_RELEASE:1.1.4.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_3:1.1.0.4
	RELENG_4:1.1.0.2
	RELENG_4_BP:1.1;
locks; strict;
comment	@# @;


1.6
date	2001.04.17.12.36.50;	author ru;	state dead;
branches;
next	1.5;

1.5
date	2001.04.07.11.21.17;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.27.14.58.44;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2000.12.05.19.15.29;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.15.14.41.28;	author bde;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.12.10.30.27;	author asmodai;	state Exp;
branches
	1.1.2.1
	1.1.4.1;
next	;

1.1.2.1
date	2000.08.18.06.32.26;	author jhb;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2000.12.07.09.57.05;	author ru;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2001.04.25.12.03.39;	author ru;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2001.04.25.14.04.11;	author ru;	state Exp;
branches;
next	1.1.2.5;

1.1.2.5
date	2001.04.26.17.08.09;	author ru;	state dead;
branches;
next	;

1.1.4.1
date	2000.03.13.12.40.14;	author asmodai;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Upgrade to Groff 1.17.
@
text
@# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.5 2001/04/07 11:21:17 ru Exp $

SCRIPTS=	grog
MAN=		grog.1
CLEANFILES=	${SCRIPTS} ${MAN}

grog: grog.sh
	sed -e 's/@@g@@/$(g)/g' ${.ALLSRC} > ${.TARGET}

.include "../Makefile.cfg"
.include <bsd.prog.mk>
@


1.5
log
@beforeinstall -> SCRIPTS.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.4 2001/03/27 14:58:44 ru Exp $
@


1.4
log
@MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.3 2000/12/05 19:15:29 ru Exp $
d3 3
a5 2
MAN=	grog.1
CLEANFILES= grog ${MAN}
d7 2
a8 5
all: grog

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} grog \
	    ${DESTDIR}${BINDIR}
a11 3

grog: grog.sh
	sed -e 's/@@g@@/$(g)/g' ${.ALLSRC} > ${.TARGET}
@


1.3
log
@Upgrade to version 1.16.1.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.2 2000/05/15 14:41:28 bde Exp $
d3 2
a4 2
MAN1=	grog.1
CLEANFILES= grog ${MAN1}
@


1.2
log
@Don't forget to clean "grog".

Don't use MANDEPEND.  It hasn't had anything to do with dependencies for
5-6 years, but is still being used, mainly in groff/*/Makefile, where it
amounts to just a macro giving the list of generated man pages.  Since
all man pages in groff are generated (from .man to .[1-9]), it's simpler
to use the source names ({$MANX}) to give the list.

Fixed some other style bugs.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1 2000/01/12 10:30:27 asmodai Exp $
d15 2
a16 2
grog: ${DIST_DIR}/grog.sh
	sed -e 's/gsoelim/soelim/' ${.ALLSRC} > ${.TARGET}
@


1.1
log
@Add bmake glue for grog(1), an utility which guesses groff's
flags and options.

Requested by:	andreas
@
text
@d1 1
a1 3
# Makefile for grog
#
# $FreeBSD$
d3 2
a4 4
MAN1=		grog.1

MANDEPEND=	${MAN1}
CLEANFILES+=	${MANDEPEND}
d12 1
a12 1
.include <../Makefile.cfg>
@


1.1.2.1
log
@MFC:
- Don't forget to clean "grog".
- Don't use MANDEPEND.
- Style fixes.
@
text
@d1 3
a3 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1 2000/01/12 10:30:27 asmodai Exp $
d5 4
a8 2
MAN1=	grog.1
CLEANFILES= grog ${MAN1}
d16 1
a16 1
.include "../Makefile.cfg"
@


1.1.2.2
log
@MFC: Upgrade to Groff 1.16.1.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1.2.1 2000/08/18 06:32:26 jhb Exp $
d15 2
a16 2
grog: grog.sh
	sed -e 's/@@g@@/$(g)/g' ${.ALLSRC} > ${.TARGET}
@


1.1.2.3
log
@MFC: MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1.2.2 2000/12/07 09:57:05 ru Exp $
d3 2
a4 2
MAN=	grog.1
CLEANFILES= grog ${MAN}
@


1.1.2.4
log
@MFC: Introduce and use SCRIPTS knob.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1.2.3 2001/04/25 12:03:39 ru Exp $
d3 2
a4 3
SCRIPTS=	grog
MAN=		grog.1
CLEANFILES=	${SCRIPTS} ${MAN}
d6 5
a10 2
grog: grog.sh
	sed -e 's/@@g@@/$(g)/g' ${.ALLSRC} > ${.TARGET}
d14 3
@


1.1.2.5
log
@MFC: Upgrade to Groff 1.17.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1.2.4 2001/04/25 14:04:11 ru Exp $
@


1.1.4.1
log
@MFC the Makefile for grog.
@
text
@@

