o Merge the following from the English version:

1.64  -> 1.115	book.sgml

o Add NO_TIDY and Japanese footer:

	Makefile
	freebsd.dsl
This commit is contained in:
Hiroki Sato 2000-07-16 17:51:49 +00:00
parent 3660c79a6f
commit 53e1701b69
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7638
3 changed files with 4220 additions and 3857 deletions

View file

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $FreeBSD: doc/ja_JP.eucJP/books/porters-handbook/Makefile,v 1.1.1.1 2000/04/29 07:55:15 kuriyama Exp $
#
# Build the FreeBSD Porter's Handbook.
#
@ -14,6 +14,8 @@ FORMATS?= html-split
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
NO_TIDY= YES
#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,10 @@
<!-- $FreeBSD$ -->
<!-- Original revision: 1.1 -->
<!--
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
Original revision: 1.1
$FreeBSD$
-->
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
a link to the -ports mailing list at the bottom of the HTML files,
@ -16,17 +21,29 @@
<![ %output.html; [
(define ($email-footer$)
(make sequence
(literal "For questions about the FreeBSD ports system, e-mail <")
(literal "FreeBSD ports システムに関する質問は <")
(make element gi: "a"
attributes: (list (list "href" "mailto:ports@freebsd.org"))
(literal "ports@freebsd.org"))
(literal ">.")
(literal "> へ(英語で),")
(make empty-element gi: "br")
(literal "For questions about this documentation, e-mail <")
(literal "FreeBSD ports に関する日本語での議論は <")
(make element gi: "a"
attributes: (list (list "href" "mailto:ports-jp@jp.FreeBSD.org"))
(literal "ports-jp@jp.FreeBSD.org"))
(literal "> へお願いします.")
(make empty-element gi: "br")
(literal "この文書の原文に関するお問い合わせは <")
(make element gi: "a"
attributes: (list (list "href" "mailto:doc@freebsd.org"))
(literal "doc@freebsd.org"))
(literal ">.")))
(literal "doc@freebsd.org"))
(literal "> へ(英語で),")
(make empty-element gi: "br")
(literal "日本語訳に関するお問い合わせは <")
(make element gi: "a"
attributes: (list (list "href" "mailto:doc-jp@jp.FreeBSD.org"))
(literal "doc-jp@jp.FreeBSD.org"))
(literal "> へお願いします.")))
]]>
</style-specification-body>
</style-specification>