head	1.20;
access;
symbols
	RELEASE_2_2_5:1.14
	RELENG_2_2_2_RELEASE:1.1.1.1.2.4
	RELENG_2_2_1_RELEASE:1.1.1.1.2.4
	RELENG_2_2_0_RELEASE:1.1.1.1.2.4
	RELENG_2_2:1.1.1.1.0.2
	handbook_96_11_14:1.1.1.1
	DOC_JP:1.1.1;
locks; strict;
comment	@# @;


1.20
date	98.02.15.17.03.54;	author max;	state dead;
branches;
next	1.19;

1.19
date	98.02.13.12.36.57;	author hanai;	state Exp;
branches;
next	1.18;

1.18
date	98.01.24.17.56.39;	author hanai;	state Exp;
branches;
next	1.17;

1.17
date	98.01.12.02.53.22;	author hanai;	state Exp;
branches;
next	1.16;

1.16
date	97.12.28.08.37.52;	author asami;	state Exp;
branches;
next	1.15;

1.15
date	97.11.26.16.54.51;	author max;	state Exp;
branches;
next	1.14;

1.14
date	97.09.13.20.09.22;	author max;	state Exp;
branches;
next	1.13;

1.13
date	97.08.20.09.30.47;	author hanai;	state Exp;
branches;
next	1.12;

1.12
date	97.06.21.09.42.36;	author asami;	state Exp;
branches;
next	1.11;

1.11
date	97.06.19.06.17.15;	author asami;	state Exp;
branches;
next	1.10;

1.10
date	97.05.11.23.26.13;	author jfieber;	state Exp;
branches;
next	1.9;

1.9
date	97.05.09.23.09.56;	author max;	state Exp;
branches;
next	1.8;

1.8
date	97.02.25.04.53.50;	author hanai;	state Exp;
branches;
next	1.7;

1.7
date	97.02.22.13.00.33;	author peter;	state Exp;
branches;
next	1.6;

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

1.5
date	96.12.23.21.30.52;	author max;	state Exp;
branches;
next	1.4;

1.4
date	96.12.20.07.31.33;	author max;	state Exp;
branches;
next	1.3;

1.3
date	96.12.02.07.25.53;	author max;	state Exp;
branches;
next	1.2;

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

1.1
date	96.11.15.05.14.38;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.11.15.05.14.38;	author asami;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	96.11.21.16.40.40;	author phk;	state Exp;
branches;
next	1.1.1.1.2.2;

1.1.1.1.2.2
date	96.12.03.15.45.51;	author phk;	state Exp;
branches;
next	1.1.1.1.2.3;

1.1.1.1.2.3
date	96.12.23.02.02.32;	author jkh;	state Exp;
branches;
next	1.1.1.1.2.4;

1.1.1.1.2.4
date	97.03.15.23.31.34;	author jkh;	state Exp;
branches;
next	1.1.1.1.2.5;

1.1.1.1.2.5
date	97.05.19.12.39.17;	author asami;	state Exp;
branches;
next	;


desc
@@


1.20
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
@# $Id: Makefile,v 1.19 1998/02/13 12:36:57 hanai Exp $
# Original revision: 1.28
# The FreeBSD Japanese Documentation Project

DOC=	handbook
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
FORMATS?= html roff
SGMLOPTS+=-e EUC-JP
SGMLOPTS+=-links

SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
SRCS+= cyclades.sgml development.sgml dialup.sgml dialout.sgml
SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml 
SRCS+= firewalls.sgml german.sgml glossary.sgml goals.sgml
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml
SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml kernelopts.sgml
SRCS+= lists.sgml mail.sgml memoryuse.sgml
SRCS+= mirrors.sgml nfs.sgml nutshell.sgml pgpkeys.sgml policies.sgml
SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml
SRCS+= quotas.sgml relnotes.sgml routing.sgml russian.sgml
SRCS+= serial.sgml scsi.sgml sections.sgml sio.sgml skey.sgml slipc.sgml 
SRCS+= slips.sgml stable.sgml submitters.sgml synching.sgml 
SRCS+= term.sgml userppp.sgml uart.sgml linuxemu.sgml
SRCS+= jcontrib.sgml jmembers.sgml

.include <bsd.sgml.mk>
@


1.19
log
@Bring back the previous version.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.18 1998/01/24 17:56:39 hanai Exp $
@


1.18
log
@I don't know why, but specification of the character encoding in the
HTML file seems to have been broken.
This will fix it.
Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.17 1998/01/12 02:53:22 hanai Exp $
d8 1
a8 1
SGMLOPTS=-e EUC-JP
@


1.17
log
@Update "Original" revision.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.16 1997/12/28 08:37:52 asami Exp $
d8 1
a8 1
SGMLOPTS+=-e EUC-JP
@


1.16
log
@Change "FORMATS=" to "FORMATS?=" so the user can override it when you
are building from the parent directory.  bsd.sgml.mk (which also
defines FORMATS using "?=") is included after this line so this change
does not affect the default behavior.
@
text
@d1 2
a2 2
# $Id: Makefile,v 1.15 1997/11/26 16:54:51 max Exp $
# Original revision: 1.22
@


1.15
log
@Bring in german.sgml.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.14 1997/09/13 20:09:22 max Exp $
d7 1
a7 1
FORMATS= html roff
@


1.14
log
@Now that we have updated synching.sgml, we can say bye-bye to sup.sgml. :)
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.13 1997/08/20 09:30:47 hanai Exp $
d15 1
a15 1
SRCS+= firewalls.sgml glossary.sgml goals.sgml
@


1.13
log
@Add '-links' option to sgmlfmt for the Japanese
translation of www.FreeBSD.ORG, which will be available soon.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.12 1997/06/21 09:42:36 asami Exp $
d23 1
a23 1
SRCS+= slips.sgml stable.sgml submitters.sgml sup.sgml synching.sgml 
@


1.12
log
@Add SGMLOPTS back.  I was informed by jfieber that -stable has
appropriate sgml support now.

Requested by:	ache
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.11 1997/06/19 06:17:15 asami Exp $
d9 1
@


1.11
log
@Comment out "SGMLOPTS+=-e EUC-JP", the sgml tools in -stable can't handle
this.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.10 1997/05/11 23:26:13 jfieber Exp $
d8 1
a8 1
#SGMLOPTS+=-e EUC-JP
@


1.10
log
@Specify EUC-JP character encoding.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.9 1997/05/09 23:09:56 max Exp $
d8 1
a8 1
SGMLOPTS+=-e EUC-JP
@


1.9
log
@Added russian.sgml and removed troubleshooting.sgml.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.8 1997/02/25 04:53:50 hanai Exp $
d8 1
@


1.8
log
@``Original revision'' fields are changed to synchronize with
the original handbook.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.7 1997/02/22 13:00:33 peter Exp $
d19 1
a19 1
SRCS+= quotas.sgml relnotes.sgml routing.sgml
d22 1
a22 1
SRCS+= term.sgml troubleshooting.sgml userppp.sgml uart.sgml linuxemu.sgml
@


1.7
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 2
a2 2
# $Id$
# Original revision: 1.17
@


1.6
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
@d1 1
a1 1
# $FreeBSD$
@


1.5
log
@Added kernelopts.sgml to SRCS.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1996/12/20 07:31:33 max Exp $
@


1.4
log
@Added cvsup.sgml to SRCS.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1996/12/02 07:25:53 max Exp $
d15 1
a15 1
SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml
@


1.3
log
@Added new files to SRCS.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1996/11/19 14:09:02 jfieber Exp $
d10 1
a10 1
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml 
@


1.2
log
@Be explicit about the doc name (handbook) rather than inferring it
from the directory name.

2.2 candidate
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1 1996/11/15 05:14:38 asami Exp $
d11 1
a11 1
SRCS+= cyclades.sgml development.sgml dialup.sgml
d14 3
a16 2
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml kerberos.sgml
SRCS+= kernelconfig.sgml kerneldebug.sgml memoryuse.sgml
d18 3
a20 2
SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml quotas.sgml relnotes.sgml 
SRCS+= routing.sgml scsi.sgml sections.sgml sio.sgml skey.sgml slipc.sgml 
d23 1
a23 1
SRCS+= lists.sgml jcontrib.sgml jmembers.sgml
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id$
d5 1
@


1.1.1.1
log
@Finally, the Japanese version of the handbook.  Not in the parent
Makefile yet as John needs to figure out ${LANG}-based doc building.

Please put this in 2.2, or the translators are going to kill me. ;)

Submitted by:	doc-jp@@jp.freebsd.org (The FreeBSD Japanese Doc Team)
Reviewed by:	doc-jp@@jp.freebsd.org (mutual review)
@
text
@@


1.1.1.1.2.1
log
@YAMFC
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1 1996/11/15 05:14:38 asami Exp $
a4 1
DOC=	handbook
@


1.1.1.1.2.2
log
@YAMFC
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1.2.1 1996/11/21 16:40:40 phk Exp $
d11 1
a11 1
SRCS+= cyclades.sgml development.sgml dialup.sgml dialout.sgml
d14 2
a15 3
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml
SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml
SRCS+= lists.sgml mail.sgml memoryuse.sgml
d17 2
a18 3
SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml
SRCS+= quotas.sgml relnotes.sgml routing.sgml
SRCS+= serial.sgml scsi.sgml sections.sgml sio.sgml skey.sgml slipc.sgml 
d21 1
a21 1
SRCS+= jcontrib.sgml jmembers.sgml
@


1.1.1.1.2.3
log
@Syncronize the entire /usr/src/share/doc tree with -current.

I'm sure John Fieber will scream at me concerning some magic symbol
buried *somewhere* in this, but I can't find the last mail he sent me
about such things so if my fears prove correct, we can just fix it
for the release.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1996/12/20 07:31:33 max Exp $
d10 1
a10 1
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
@


1.1.1.1.2.4
log
@Merge from -current (modulo the release string, which is set to 2.2. in this
branch).
@
text
@d1 2
a2 2
# $Id: Makefile,v 1.8 1997/02/25 04:53:50 hanai Exp $
# Original revision: 1.22
d15 1
a15 1
SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml kernelopts.sgml
@


1.1.1.1.2.5
log
@Merge handbook from -current, so this will correctly refer to 2.2.2R, etc.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1.2.4 1997/03/15 23:31:34 jkh Exp $
a7 2
# this won't work for old sgmlfmt in 2.2 branch
#SGMLOPTS+=-e EUC-JP
d19 1
a19 1
SRCS+= quotas.sgml relnotes.sgml routing.sgml russian.sgml
d22 1
a22 1
SRCS+= term.sgml userppp.sgml uart.sgml linuxemu.sgml
@
