head	1.11;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_6_3_0:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_2_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	release_5_2_0:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	release_5_1_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	release_5_0_0:1.8
	RELEASE_5_0_0:1.8
	release_4_7_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	release_4_6_0:1.8
	RELEASE_4_6_0:1.8
	release_4_5_0:1.8
	RELEASE_4_5_0:1.8
	release_4_4_0:1.8
	RELEASE_4_4_0:1.8
	release_4_3_0:1.7
	RELEASE_4_3_0:1.7
	release_4_2_0:1.6
	RELEASE_4_2_0:1.6
	release_4_1_0:1.6
	RELEASE_4_1_0:1.6
	release_4_0_0:1.6
	release_3_5_0:1.6
	RELEASE_3_5_0:1.6
	release_3_4_0:1.6
	release_3_3_0:1.4
	ja_3_2_0:1.3
	ja_3_1_0:1.3
	ja_3_0_0:1.3
	ja_2_2_7:1.1.1.1
	ja_2_2_6:1.1.1.1
	ja_2_2_5:1.1.1.1
	oldjpman_225:1.1.1.1
	oldMAN_JP:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2005.10.08.18.29.24;	author hrs;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.30.17.46.25;	author hrs;	state Exp;
branches;
next	1.9;

1.9
date	2005.07.30.12.43.02;	author hrs;	state Exp;
branches;
next	1.8;

1.8
date	2001.07.04.22.54.27;	author horikawa;	state Exp;
branches;
next	1.7;

1.7
date	2001.03.17.04.24.23;	author horikawa;	state Exp;
branches;
next	1.6;

1.6
date	2000.01.09.00.36.45;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	99.12.09.16.27.11;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	99.09.03.17.24.46;	author nik;	state Exp;
branches;
next	1.3;

1.3
date	99.01.25.15.27.24;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	98.08.13.01.44.40;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	98.02.25.04.53.23;	author hanai;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.02.25.04.53.23;	author hanai;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Make SUBDIR tunable.
@
text
@# $FreeBSD$

PREFIX?=	/usr/share
SUBDIR?=	man1 man2 man3 man4 man5 man6 man7 man8 man9

makedb:
	LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${PREFIX}/man/ja/

package:

.include <bsd.subdir.mk>
@


1.10
log
@Fix directory-related variables such as SUBDIR and MANDIR.
@
text
@d4 1
a4 1
SUBDIR=	man1 man2 man3 man4 man5 man6 man7 man8 man9
@


1.9
log
@Cleanup Makefiles and add missing ones.
@
text
@d3 2
a4 2
BINDIR= /usr/share
SUBDIR= man1 man2 man3 man4 man5 man6 man7 man8 man9
d7 1
a7 1
	LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/
@


1.8
log
@Add man9 to SUBDIR.
Note that man9 does not contain all section 9 entries.
@
text
@d1 2
d4 1
a4 1
SUBDIR= man1 man2 man5 man6 man7 man8 man9
@


1.7
log
@Add man2 to SUBDIR in man/Makefile.
Add MLINKS and MAN2 entries for manuals which were already added.
@
text
@d2 1
a2 1
SUBDIR= man1 man2 man5 man6 man7 man8
@


1.6
log
@Catching up to 3.4-RELEASE.

Reviewed by:	Japanese Online Manual Project <man-jp@@jp.FreeBSD.ORG>
Submitted by:	Kazuo Horikawa <k-horik@@yk.rim.or.jp>
@
text
@d2 1
a2 1
SUBDIR= man1 man5 man6 man7 man8
@


1.5
log
@Activate section 3.
@
text
@d2 1
a2 1
SUBDIR= man1 man3 man5 man6 man7 man8
@


1.4
log
@Use doc.project.mk in place of docproj.docbook.mk.

Use the new ROOT_SYMLINKS variable where necessary.
@
text
@d2 1
a2 1
SUBDIR= man1 man5 man6 man7 man8
@


1.3
log
@More modifications for catching up to 3.0-RELEASE.  And tagging
"release_3_0_0" under doc/ja/man.

Submitted by:	Kazuo Horikawa <horikawa@@jp.freebsd.org>
@
text
@d7 2
a9 1

@


1.2
log
@New translations of section 5 manual pages are added.
(and some fixes.)

Submitted by:	Kazuo Horikawa <horikawa@@jp.freebsd.org>
Translated and
   reviewed by:	Japanese Online Manual Project <man-jp@@jp.freebsd.org>
@
text
@d2 1
a2 1
SUBDIR= man1 man5 man8
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
SUBDIR= man1 man8
@


1.1.1.1
log
@Import Japanese Online Manuals.
The Japanese Manual team(man-jp@@jp.FreeBSD.ORG) has translated
and keeps maintaining them.
Submitted by: Kazuo Horikawa <horikawa@@isrd.hitachi.co.jp>
@
text
@@
