head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.2.2
	RELENG_2_2_7_RELEASE:1.1.2.2
	RELENG_2_2_6_RELEASE:1.1.2.2
	RELENG_2_2_5_RELEASE:1.1.2.2
	RELENG_2_2_2_RELEASE:1.1.2.1
	RELENG_2_2_1_RELEASE:1.1.2.1
	RELENG_2_2_0_RELEASE:1.1.2.1
	RELENG_2_2:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	97.05.23.12.54.53;	author peter;	state dead;
branches;
next	1.3;

1.3
date	97.02.22.13.00.32;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	97.01.14.06.27.10;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	96.12.18.07.14.37;	author asami;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	97.03.15.23.31.32;	author jkh;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	97.05.26.16.54.53;	author jfieber;	state dead;
branches;
next	;


desc
@@


1.4
log
@Disconnect the FAQ and handbook from the makefiles and remove the files.
The FAQ and handbook have been repository copied to their own top-level
("doc") directory in the cvs tree which will not be branched so as to
avoid the syncing problems.  At some point, the sgml text will require
formatting tools that will be from ports rather than the main source tree.

Requested by:	 jfieber, jkh
@
text
@#       From: @@(#)Makefile      8.1 (Berkeley) 6/5/93
#       $Id: Makefile,v 1.3 1997/02/22 13:00:32 peter Exp peter $

SUBDIR= handbook

.include <bsd.subdir.mk>
@


1.3
log
@Revert $FreeBSD$ back to $Id$
@
text
@d2 1
a2 1
#       $Id$
@


1.2
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
@d2 1
a2 1
#       $FreeBSD$
@


1.1
log
@Add support for NLS document building.

Here's the logic (mostly suggested by John Fieber):

 @@ If ALLLANG is defined, descend to all language-specific subdirs too.
 @@ If ALLLANG is not defined, but LANG is defined and a subdirectory with
   that name exists, descend to that directory too.
 @@ In either case, the default subdirectories are always traversed.

Right now there's only one subdirectory (ja_JP.EUC) with one document
(handbook).  Note these changes won't do anything if you don't have ALLLANG
defined or LANG set to ja_JP.EUC.

The make world for releases is expected to define ALLLANG, so all language-
specific documentation can be built (and be put in appropriate *dists).

This should be in 2.2.
@
text
@d2 1
a2 1
#       $Id$
@


1.1.2.1
log
@Merge from -current (modulo the release string, which is set to 2.2. in this
branch).
@
text
@d2 1
a2 1
#       $Id: Makefile,v 1.3 1997/02/22 13:00:32 peter Exp $
@


1.1.2.2
log
@Remove japanese handbook (now doc/ja_JP.EUC/handbook).
@
text
@d2 1
a2 1
#       $Id: Makefile,v 1.1.2.1 1997/03/15 23:31:32 jkh Exp $
@
