head	1.5;
access;
symbols
	RELEASE_2_2_5:1.3
	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.5
date	98.02.15.17.03.39;	author max;	state dead;
branches;
next	1.4;

1.4
date	97.11.17.15.58.15;	author max;	state Exp;
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	;


desc
@@


1.5
log
@Moving doc/ja_JP.EUC/* to doc/ja.  (Already repository copied.)

Also, this change to doc/Makefile now requires either ALLLANG is
defined or DOC_LANG=ja (instead of LANG=ja_JP.EUC) to build Japanese
documentation.
@
text
@#       From: @@(#)Makefile      8.1 (Berkeley) 6/5/93
#       $Id: Makefile,v 1.4 1997/11/17 15:58:15 max Exp $

SUBDIR = handbook
SUBDIR+= FAQ

.include <bsd.subdir.mk>
@


1.4
log
@Add FAQ.
@
text
@d2 1
a2 1
#       $Id: Makefile,v 1.3 1997/02/22 13:00:32 peter Exp $
@


1.3
log
@Revert $FreeBSD$ back to $Id$
@
text
@d2 1
a2 1
#       $Id$
d4 2
a5 1
SUBDIR= handbook
@


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 $
@
