head	1.10;
access;
symbols
	HRS_XML_CLEANUP:1.10
	HRS_XML_CLEANUP_PRE:1.10
	EMILYBOYD_REDESIGN:1.10
	PRE_REDESIGN:1.10
	XML_XSL_XP:1.8.0.2
	XML_XSL_XP_BP:1.8;
locks; strict;
comment	@# @;


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

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

1.8
date	99.12.07.14.03.26;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	99.09.15.20.37.11;	author wosch;	state Exp;
branches;
next	1.6;

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

1.5
date	99.09.06.07.03.19;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	99.09.03.22.39.48;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	99.08.19.20.42.40;	author nik;	state Exp;
branches;
next	1.2;

1.2
date	99.05.11.14.26.25;	author wosch;	state Exp;
branches;
next	1.1;

1.1
date	99.05.03.14.37.25;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Catch up with the English version:

	1.7   -> 1.8    FAQ/Makefile
	(new) -> 1.1    FAQ/index.html
	1.8   -> 1.9    handbook/Makefile
	(new) -> 1.1    handbook/index.html
@
text
@# $FreeBSD: www/ja/handbook/Makefile,v 1.9 2002/05/13 20:09:04 hrs Exp $
# Original revision:	1.9

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DATA=   index.html 

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.9
log
@- Switch to HTML 4.01 (jabout.sgml).

- Remove an anchor to doc-jp@@jp mailing-list (includes.sgml).

- Add new translations:

	(new)         	prstats/Makefile
	(new) -> 1.4  	prstats/index.sgml

- Merge the following from the English version:

	1.77  -> 1.83 	Makefile
	1.138 -> 1.143	docs.sgml
	1.48  -> 1.50 	includes.sgml
	1.21  -> 1.22 	index.xsl
	1.46  -> 1.51 	publish.sgml
	1.4   -> 1.5  	relnotes.sgml
	1.24  -> 1.26 	send-pr.sgml
	1.238 -> 1.260	support.sgml
	1.54  -> 1.55 	where.sgml
	1.42  -> 1.43 	y2kbug.sgml
	1.4   -> 1.7  	FAQ/Makefile
	1.10  -> 1.11 	docproj/submitting.sgml
	1.1   -> 1.2  	gallery/gallery-entry.xsl
	1.5   -> 1.8  	handbook/Makefile
	1.28  -> 1.30 	internal/Makefile
	1.20  -> 1.24 	internal/developer.sgml
	1.19  -> 1.21 	internal/internal.sgml
	1.13  -> 1.14 	internal/statistic.sgml
	1.119 -> 1.122	projects/projects.sgml
	1.73  -> 1.74 	releases/index.sgml
	1.12  -> 1.13 	releases/snapshots.sgml
	1.1   -> 1.3  	releases/4.5R/announce.sgml
	1.22  -> 1.23 	search/index-site.sgml
	1.7   -> 1.8  	search/search-mid.sgml
	1.75  -> 1.76 	search/search.sgml
	1.6   -> 1.7  	search/searchhints.sgml
	1.55  -> 1.57 	search/web.atoz
	1.85  -> 1.91 	security/security.sgml
	1.11  -> 1.12 	tutorials/Makefile
	1.21  -> 1.23 	tutorials/index.sgml
@
text
@d1 2
a2 4
#
# $FreeBSD: www/ja/handbook/Makefile,v 1.8 1999/12/07 14:03:26 kuriyama Exp $
# Original revision:	1.8
#
d11 1
a11 12
# At build time, we have to link to the doc/ directory at the same level
# as the www/ tree.
all:
	${LN} -fs ${.OBJDIR}/../../../doc/ja_JP.eucJP/books/handbook/* .

# At install time the ../doc/ directory has been populated, so we can
# link in to there instead.
install:
	[ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR}
	cd ${DOCINSTALLDIR}; \
		${LN} -fs ../doc/ja_JP.eucJP/books/handbook/* \
			  ${DOCINSTALLDIR}
@


1.8
log
@Following changes in the English version are merged.

	1.65 -> 1.67	index.sgml
	1.32 -> 1.33	y2kbug.sgml
	1.4  -> 1.5	handbook/Makefile
	1.41 -> 1.42	ports/ports.inc
	1.3  -> 1.4	FAQ/Makefile
@
text
@d2 2
a3 14
# $FreeBSD: www/ja/handbook/Makefile,v 1.7 1999/09/15 20:37:11 wosch Exp $
# Original revision:	1.5
#
# Build the FreeBSD Handbook *outside* of the www tree, and install it
# in to the right place as necessary.
#
# The Handbook is no longer completely self contained in 
# doc/ja_JP.eucJP/books/handbook, (it requires support files outside of 
# this directory) and it is much simpler to build it outside the web tree 
# than it is to make a nest of symlinks to try and build it inside the tree.
#
# This assumes that you have the www/ and doc/ trees checked out beside
# one another -- this was always the case anyway, so there are no extra
# requirements here.
d6 21
a26 2
all install clean:
	(cd ../../../doc/ja_JP.eucJP/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET})
@


1.7
log
@Use the right make command: make -> ${MAKE}
@
text
@d2 2
a3 2
# $FreeBSD: www/ja/handbook/Makefile,v 1.6 1999/09/07 15:15:48 kuriyama Exp $
# Original revision:	1.4
@


1.6
log
@Bump "Original revision" header.
($Id$ -> $FreeBSD$ migration)
@
text
@d2 1
a2 1
# $FreeBSD: www/ja/handbook/Makefile,v 1.5 1999/09/06 07:03:19 peter Exp $
d19 1
a19 1
	(cd ../../../doc/ja_JP.eucJP/books/handbook && make FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET})
@


1.5
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d2 2
a3 2
# $FreeBSD$
# Original Revision:	1.3
@


1.4
log
@MFen
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/08/19 20:42:40 nik Exp $
@


1.3
log
@Directory names change to reflect doc/ repo change.  No longer need
to specific DOC_PREFIX on the command line either.
@
text
@d2 2
a3 2
# $Id: Makefile,v 1.2 1999/05/11 14:26:25 wosch Exp $
# Original Revision:	1.1
d8 5
d19 1
a19 1
	(cd ../../../doc/ja_JP.eucJP/books/handbook; make FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET})
@


1.2
log
@Install the japanese handbook in /ja/handbook and not in /handbook.
Thanks good the english handbook will be installed as the
last handbook and overrides any contents in /handbook.

Please test your changes before you commit a patch! Build the web
server from scratch if you do a major change!!!
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/05/03 14:37:25 kuriyama Exp $
a7 5
# The Handbook is no longer completely self contained in doc/en/handbook,
# (it requires support files outside of this directory) and it is much
# simpler to build it outside the web tree than it is to make a nest of
# symlinks to try and build it inside the tree.
#
d14 1
a14 1
	(cd ../../../doc/ja/handbook; make FORMATS=html-split DOC_PREFIX=../../../doc DESTDIR=${DESTDIR} DOCDIR=/data VOLUME=ja/handbook ${.TARGET})
@


1.1
log
@MFen: Don't use symlink, use Makefile in real directory.
@
text
@d2 1
a2 1
# $Id$
d19 1
a19 1
	(cd ../../../doc/ja/handbook; make FORMATS=html-split DOC_PREFIX=../../../doc DESTDIR=${DESTDIR} DOCDIR=/data VOLUME=handbook ${.TARGET})
@

