Merge the following from the English version:
1.4 -> 1.7 www/ja/releases/4.6R/Makefile 1.2 -> 1.6 www/ja/releases/4.6R/announce.sgml 1.1 -> 1.3 www/ja/releases/4.6R/hardware.sgml 1.1 -> 1.3 www/ja/releases/4.6R/relnotes.sgml
This commit is contained in:
parent
3f88dd4cbc
commit
12e8a2608e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38127
4 changed files with 27 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD$
|
||||
# Original revision: 1.4
|
||||
# $FreeBSD: www/ja/releases/4.6R/Makefile,v 1.1 2002/06/23 20:44:39 hrs Exp $
|
||||
# Original revision: 1.7
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,16 +8,24 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
#DOCS= announce.sgml contents.sgml
|
||||
DOCS= announce.sgml
|
||||
#DOCS+= hardware.sgml relnotes.sgml qa.sgml schedule.sgml
|
||||
DOCS+= hardware.sgml relnotes.sgml
|
||||
#DOCS+= contents.sgml
|
||||
DOCS+= hardware.sgml
|
||||
#DOCS+= installation.sgml
|
||||
#DOCS+= qa.sgml
|
||||
DOCS+= relnotes.sgml
|
||||
#DOCS+= schedule.sgml
|
||||
|
||||
DATA= docbook.css
|
||||
#DATA+= errata.html
|
||||
#DATA+= hardware-alpha.html hardware-i386.html
|
||||
DATA+= relnotes-alpha.html relnotes-i386.html
|
||||
DATA+= cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
|
||||
#DATA+= installation-alpha.html
|
||||
#DATA+= installation-i386.html
|
||||
#DATA+= hardware-alpha.html
|
||||
#DATA+= hardware-i386.html
|
||||
DATA+= relnotes-alpha.html
|
||||
DATA+= relnotes-i386.html
|
||||
|
||||
DATA+= cd1.txt cd2.txt cd3.txt cd4.txt mini.txt
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= YES
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.6R/announce.sgml,v 1.4 2005/10/04 16:21:51 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.6R/announce.sgml,v 1.5 2006/08/19 21:24:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 4.6-RELEASE Announcement">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.2 -->
|
||||
<!-- Original revision: 1.6 -->
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
@ -218,5 +218,6 @@
|
|||
(For the FreeBSD Release Engineering Team)</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.6R/hardware.sgml,v 1.2 2005/10/04 16:21:51 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.6R/hardware.sgml,v 1.3 2006/08/19 21:24:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 4.6 Hardware Notes">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -28,5 +28,6 @@
|
|||
のページをご覧ください。</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.6R/relnotes.sgml,v 1.2 2005/10/04 16:21:51 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.6R/relnotes.sgml,v 1.3 2006/08/19 21:24:48 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 4.6 Release Notes">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
@ -25,4 +25,6 @@
|
|||
のページをご覧ください。</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue