head	1.11;
access;
symbols
	RELENG_2_2_8_RELEASE:1.4.2.3
	RELENG_2_2_7_RELEASE:1.4.2.3
	RELENG_2_2_6_RELEASE:1.4.2.3
	RELENG_2_2_5_RELEASE:1.4.2.3
	RELENG_2_2_2_RELEASE:1.4.2.2
	RELENG_2_2_1_RELEASE:1.4.2.2
	RELENG_2_2_0_RELEASE:1.4.2.2
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_2:1.4.0.2
	RELENG_2_2_BP:1.4
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.4
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.2
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	sgml_0_0:1.1.1.1
	jfieber:1.1.1;
locks; strict;
comment	@# @;


1.11
date	97.07.19.15.17.48;	author jfieber;	state dead;
branches;
next	1.10;

1.10
date	97.02.22.13.56.19;	author peter;	state Exp;
branches;
next	1.9;

1.9
date	97.02.06.20.53.11;	author jfieber;	state Exp;
branches;
next	1.8;

1.8
date	97.01.14.06.33.42;	author jkh;	state Exp;
branches;
next	1.7;

1.7
date	97.01.04.22.38.26;	author jfieber;	state Exp;
branches;
next	1.6;

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

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

1.4
date	96.09.08.20.36.58;	author jfieber;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	96.09.08.02.58.28;	author jfieber;	state Exp;
branches;
next	1.2;

1.2
date	96.09.08.02.43.26;	author jfieber;	state Exp;
branches;
next	1.1;

1.1
date	95.05.09.23.19.45;	author jfieber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.05.09.23.19.45;	author jfieber;	state Exp;
branches
	1.1.1.1.4.1;
next	;

1.1.1.1.4.1
date	97.07.16.13.24.48;	author jfieber;	state dead;
branches;
next	;

1.4.2.1
date	96.11.16.21.13.25;	author phk;	state Exp;
branches;
next	1.4.2.2;

1.4.2.2
date	97.02.07.02.29.22;	author jfieber;	state Exp;
branches;
next	1.4.2.3;

1.4.2.3
date	97.07.19.15.31.34;	author jfieber;	state dead;
branches;
next	;


desc
@@


1.11
log
@Remove SGML tools from -current.
@
text
@#	$Id: Makefile,v 1.10 1997/02/22 13:56:19 peter Exp $

SUBDIR= FreeBSD ISO docbook transpec
FILES=	CATALOG
MAINTAINER=jfieber@@freebsd.org

BINDIR?=/usr/share
DISTRIBUTION?=  bin

afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${DESTDIR}${BINDIR}/${.CURDIR:T}

afterdistribute:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}

.include <bsd.subdir.mk>
@


1.10
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
#	$Id$
@


1.9
log
@Change the distribution from doc to bin.  If this is to be doc, then
everything that depends on this needs to be doc as well.  Maybe they
doc tools should be split out into a separate distribution, but until
that decision is made, at least keep them together.
@
text
@d1 1
a1 1
#	$FreeBSD$
@


1.8
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
@d8 1
a8 1
DISTRIBUTION?=  doc
@


1.7
log
@A nudge closer to ditching linuxdoc.

I now have a functioning, semi-automagic linuxdoc to docbook converter,
so once the docbook to (HTML|groff) converters are up to snuff,
linuxdoc will be history.  :)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1996/11/15 07:39:42 jkh Exp $
@


1.6
log
@Use the afterdistribute target rather than the distribute target.

Submitted-By: jfieber
@
text
@d3 1
a3 1
SUBDIR= FreeBSD ISO transpec
@


1.5
log
@Add a distribute target so that CATALOG gets properly added to the
doc distribution.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $
d14 1
a14 1
distribute:
@


1.4
log
@Add last bits of instant(1).
Remove sgmlsasp(1) stuff.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1996/09/08 02:58:28 jfieber Exp $
d8 1
d13 4
@


1.4.2.1
log
@YAMFC
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $
a7 1
DISTRIBUTION?=  doc
a11 4

distribute:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
@


1.4.2.2
log
@Merge from current.
Approved by:	Jordan
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1997/01/04 22:38:26 jfieber Exp $
d3 1
a3 1
SUBDIR= FreeBSD ISO docbook transpec
d8 1
a8 1
DISTRIBUTION?=  bin
d14 1
a14 1
afterdistribute:
@


1.4.2.3
log
@Remove SGML stuff from RELENG_2_2.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4.2.2 1997/02/07 02:29:22 jfieber Exp $
@


1.3
log
@A catalog for sgmls(1).  This maps public identifiers to system
identifiers.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1996/09/08 02:43:26 jfieber Exp $
d5 1
@


1.2
log
@Turn on ISO and transpec.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1995/05/09 23:19:45 jfieber Exp $
d4 7
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id:$
d3 1
a3 1
SUBDIR= FreeBSD
@


1.1.1.1
log
@The linuxdoc DTD used for the FreeBSD handbook and FAQ.
Reviewed by:	rgrimes
Obtained from:	Linux (with modification)
@
text
@@


1.1.1.1.4.1
log
@Poof!

The SGML tools in this branch are long obsolete.  The tools in -current
will be available in port form shortly.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1995/05/09 23:19:45 jfieber Exp $
@
