Merge the following from the English version:
1.14 -> 1.16 www/ja/platforms/x86-64.sgml 1.15 -> 1.36 www/ja/projects/Makefile
This commit is contained in:
parent
bbba9c4e7b
commit
8cf4a75685
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37290
2 changed files with 24 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/x86-64.sgml,v 1.9 2005/10/04 16:21:47 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/platforms/x86-64.sgml,v 1.10 2006/08/19 21:24:43 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD/x86-64 プロジェクト">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.14 -->
|
||||
<!-- $FreeBSD: www/ja/platforms/x86-64.sgml,v 1.9 2005/10/04 16:21:47 hrs Exp $ -->
|
||||
<!-- Original revision: 1.16 -->
|
||||
<!-- $FreeBSD: www/ja/platforms/x86-64.sgml,v 1.10 2006/08/19 21:24:43 hrs Exp $ -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
@ -19,8 +19,8 @@
|
|||
<p>FreeBSD の x86-64 への移植は、<a
|
||||
href="&base;/platforms/amd64.html">amd64</a> に改名されました。
|
||||
数秒以内に、新しいプロジェクトのページに変更されます。
|
||||
そうならない場合は、お手数ですがリンクをたどって、ブックマークを
|
||||
更新してください。</p>
|
||||
そうならない場合は、お手数ですがリンクをたどって、
|
||||
ブックマークを更新してください。</p>
|
||||
|
||||
<p>ご不便をおかけして申し訳ありません。</p>
|
||||
</body>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD: www/ja/projects/Makefile,v 1.15 2004/01/22 16:20:23 hrs Exp $
|
||||
# $FreeBSD: www/ja/projects/Makefile,v 1.16 2005/01/10 02:17:26 rushani Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.15
|
||||
# Original revision: 1.36
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -10,14 +10,28 @@
|
|||
.endif
|
||||
|
||||
DOCS= projects.sgml
|
||||
#DOCS+= updater.sgml
|
||||
DOCS+= newbies.sgml
|
||||
#DOCS+= libh.sgml
|
||||
DOCS+= cvsweb.sgml
|
||||
#DOCS+= summerofcode-2005.sgml
|
||||
#DOCS+= summerofcode-2006.sgml
|
||||
#DOCS+= summerofcode-2007.sgml
|
||||
#DOCS+= summerofcode-2008.sgml
|
||||
|
||||
#DATA= 2009-freebsd-gsoc-thumbnail.jpg
|
||||
#DATA+= 2009-freebsd-gsoc.pdf
|
||||
#DATA+= 2010-freebsd-gsoc-thumbnail.jpg
|
||||
#DATA+= 2010-freebsd-gsoc.pdf
|
||||
#DATA+= 2011-freebsd-gsoc-thumbnail.jpg
|
||||
#DATA+= 2011-freebsd-gsoc.pdf
|
||||
|
||||
#XML_IDEAS= ${WEB_PREFIX}/en/projects/ideas/ideas.xml
|
||||
#XSL_SOC= ${WEB_PREFIX}/en/projects/summerofcode.xsl
|
||||
|
||||
#XMLDOCS= summerofcode:${XSL_SOC}:${XML_IDEAS}:
|
||||
|
||||
INDEXLINK= projects.html
|
||||
|
||||
#SUBDIR= busdma c99 gnats4 mips
|
||||
#SUBDIR= acpi busdma c99 ideas mips bigdisk netperf
|
||||
SUBDIR= mips
|
||||
|
||||
### Revision checking
|
||||
|
|
Loading…
Reference in a new issue