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
This commit is contained in:
Hiroki Sato 2004-01-19 17:02:09 +00:00
parent 8dab809d3b
commit 320ead62d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19743
4 changed files with 46 additions and 34 deletions

View file

@ -1,9 +1,5 @@
#
# $FreeBSD: www/ja/FAQ/Makefile,v 1.6 1999/12/07 14:03:29 kuriyama Exp $
# Original revision: 1.7
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.
# $FreeBSD: www/ja/FAQ/Makefile,v 1.7 2002/05/13 20:09:03 hrs Exp $
# Original revision: 1.8
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -11,17 +7,6 @@
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# 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/faq/* .
# At install time the www/en/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/faq/* ${DOCINSTALLDIR}
DATA= index.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"

20
ja/FAQ/index.html Normal file
View file

@ -0,0 +1,20 @@
<!--
$FreeBSD$
Original revision: 1.1
-->
<html>
<head>
<meta http-equiv="refresh" content="5;url=../../doc/ja_JP.eucJP/books/faq/index.html">
<title>FreeBSD FAQ $B$O0\F0$7$^$7$?(B</title>
</head>
<body bgcolor="#ffffff">
<p>FreeBSD FAQ $B$N(B URL $B$OJQ99$5$l$^$7$?!#(BFAQ $B$r1\Mw$9$k$K$O!"(B
<a href="../../doc/ja_JP.eucJP/books/faq/index.html">../../doc/ja_JP.eucJP/books/faq/index.html</a>
$B$K%"%/%;%9$7$F$/$@$5$$!#?tIC$G<+F0E*$K?7$7$$%"%I%l%9$K0\F0$7$^$9!#(B
$B$b$7!"<+F0E*$K0\F0$7$J$$>l9g$O!"(B
$B$*<j?t$G$9$,%j%s%/$r$?$I$C$F%V%C%/%^!<%/$r99?7$9$k$h$&$*4j$$$7$^$9!#(B</p>
</body>
</html>

View file

@ -1,7 +1,5 @@
#
# $FreeBSD: www/ja/handbook/Makefile,v 1.8 1999/12/07 14:03:26 kuriyama Exp $
# Original revision: 1.8
#
# $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"
@ -10,17 +8,6 @@
.include "../Makefile.inc"
.endif
# 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}
DATA= index.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"

20
ja/handbook/index.html Normal file
View file

@ -0,0 +1,20 @@
<!--
$FreeBSD$
Original revision: 1.1
-->
<html>
<head>
<meta http-equiv="refresh" content="5;url=../../doc/ja_JP.eucJP/books/handbook/index.html">
<title>FreeBSD $B%O%s%I%V%C%/(B $B$O0\F0$7$^$7$?(B</title>
</head>
<body bgcolor="#ffffff">
<p>FreeBSD $B%O%s%I%V%C%/$N(B URL $B$OJQ99$5$l$^$7$?!#%O%s%I%V%C%/$r1\Mw$9$k$K$O!"(B
<a href="../../doc/ja_JP.eucJP/books/handbook/index.html">../../doc/ja_JP.eucJP/books/handbook/index.html</a>
$B$K%"%/%;%9$7$F$/$@$5$$!#?tIC$G<+F0E*$K?7$7$$%"%I%l%9$K0\F0$7$^$9!#(B
$B$b$7!"<+F0E*$K0\F0$7$J$$>l9g$O!"(B
$B$*<j?t$G$9$,%j%s%/$r$?$I$C$F%V%C%/%^!<%/$r99?7$9$k$h$&$*4j$$$7$^$9!#(B</p>
</body>
</html>