Framework for Japanese translation of Porters' Handbook.
This commit is contained in:
parent
931dd61f12
commit
34f0cdb0c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7113
4 changed files with 130 additions and 0 deletions
ja_JP.eucJP/books
30
ja_JP.eucJP/books/porter-handbook/Makefile
Normal file
30
ja_JP.eucJP/books/porter-handbook/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD Porter's Handbook.
|
||||
#
|
||||
# Original revision: 1.1
|
||||
|
||||
MAINTAINER=kuriyama@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLHTML?= ${.CURDIR}/freebsd.dsl
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
35
ja_JP.eucJP/books/porter-handbook/freebsd.dsl
Normal file
35
ja_JP.eucJP/books/porter-handbook/freebsd.dsl
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<!-- 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,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about the FreeBSD ports system, e-mail <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:ports@freebsd.org"))
|
||||
(literal "ports@freebsd.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "For questions about this documentation, e-mail <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:doc@freebsd.org"))
|
||||
(literal "doc@freebsd.org"))
|
||||
(literal ">.")))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
30
ja_JP.eucJP/books/porters-handbook/Makefile
Normal file
30
ja_JP.eucJP/books/porters-handbook/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD Porter's Handbook.
|
||||
#
|
||||
# Original revision: 1.1
|
||||
|
||||
MAINTAINER=kuriyama@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLHTML?= ${.CURDIR}/freebsd.dsl
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
35
ja_JP.eucJP/books/porters-handbook/freebsd.dsl
Normal file
35
ja_JP.eucJP/books/porters-handbook/freebsd.dsl
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<!-- 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,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "For questions about the FreeBSD ports system, e-mail <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:ports@freebsd.org"))
|
||||
(literal "ports@freebsd.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "For questions about this documentation, e-mail <")
|
||||
(make element gi: "a"
|
||||
attributes: (list (list "href" "mailto:doc@freebsd.org"))
|
||||
(literal "doc@freebsd.org"))
|
||||
(literal ">.")))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
Loading…
Reference in a new issue