diff --git a/ja/FAQ/Makefile b/ja/FAQ/Makefile index 55df64bf73..1da8f1e068 100644 --- a/ja/FAQ/Makefile +++ b/ja/FAQ/Makefile @@ -1,27 +1,12 @@ -# -# $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" .endif .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" diff --git a/ja/FAQ/index.html b/ja/FAQ/index.html new file mode 100644 index 0000000000..b4a4ee7f07 --- /dev/null +++ b/ja/FAQ/index.html @@ -0,0 +1,20 @@ + + + + + + + FreeBSD FAQ は移動しました + + + +

FreeBSD FAQ の URL は変更されました。FAQ を閲覧するには、 + ../../doc/ja_JP.eucJP/books/faq/index.html + にアクセスしてください。数秒で自動的に新しいアドレスに移動します。 + もし、自動的に移動しない場合は、 + お手数ですがリンクをたどってブックマークを更新するようお願いします。

+ + diff --git a/ja/handbook/Makefile b/ja/handbook/Makefile index 3a475c17f2..cbeebfbda2 100644 --- a/ja/handbook/Makefile +++ b/ja/handbook/Makefile @@ -1,26 +1,13 @@ -# -# $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" .endif .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/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" diff --git a/ja/handbook/index.html b/ja/handbook/index.html new file mode 100644 index 0000000000..27d8c27c48 --- /dev/null +++ b/ja/handbook/index.html @@ -0,0 +1,20 @@ + + + + + + + FreeBSD ハンドブック は移動しました + + + +

FreeBSD ハンドブックの URL は変更されました。ハンドブックを閲覧するには、 + ../../doc/ja_JP.eucJP/books/handbook/index.html + にアクセスしてください。数秒で自動的に新しいアドレスに移動します。 + もし、自動的に移動しない場合は、 + お手数ですがリンクをたどってブックマークを更新するようお願いします。

+ +