MFen the following changes, which finalizes the synchnorization of
Handbook against Simplified Chinese Project Translation, which effectively hooks geom/ into build. Makefile: 1.91 -> 1.95 book.sgml: 1.159 -> 1.162 chapters.ent: 1.29 -> 1.32
This commit is contained in:
parent
61a1b8e689
commit
294bade795
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25492
3 changed files with 9 additions and 3 deletions
zh_CN.GB2312/books/handbook
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Build the FreeBSD Handbook (Simplified Chinese).
|
||||
#
|
||||
# Original revision: 1.91
|
||||
# Original revision: 1.95
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -43,6 +43,7 @@ IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
|
|||
IMAGES_EN+= advanced-networking/natd.eps
|
||||
IMAGES_EN+= advanced-networking/net-routing.pic
|
||||
IMAGES_EN+= advanced-networking/static-routes.pic
|
||||
IMAGES_EN+= geom/striping.pic
|
||||
IMAGES_EN+= install/adduser1.scr
|
||||
IMAGES_EN+= install/adduser2.scr
|
||||
IMAGES_EN+= install/adduser3.scr
|
||||
|
@ -151,6 +152,7 @@ IMAGES_LIB+= callouts/10.png
|
|||
#
|
||||
|
||||
# SGML content
|
||||
SRCS+= audit/chapter.sgml
|
||||
SRCS+= book.sgml
|
||||
SRCS+= colophon.sgml
|
||||
#SRCS+= freebsd-glossary.sgml
|
||||
|
@ -164,6 +166,7 @@ SRCS+= desktop/chapter.sgml
|
|||
SRCS+= disks/chapter.sgml
|
||||
SRCS+= eresources/chapter.sgml
|
||||
SRCS+= firewalls/chapter.sgml
|
||||
SRCS+= geom/chapter.sgml
|
||||
SRCS+= install/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Simplified Chinese Documentation Project
|
||||
|
||||
Original Revision: 1.159
|
||||
Original Revision: 1.162
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
|||
<!ENTITY % chap.security "IGNORE">
|
||||
<!ENTITY % chap.printing "IGNORE">
|
||||
<!ENTITY % chap.disks "IGNORE">
|
||||
<!ENTITY % chap.geom "IGNORE">
|
||||
<!ENTITY % chap.vinum "IGNORE">
|
||||
<!ENTITY % chap.x11 "IGNORE">
|
||||
<!ENTITY % chap.l10n "IGNORE">
|
||||
|
@ -230,6 +231,7 @@
|
|||
<![ %chap.security; [ &chap.security; ]]>
|
||||
<![ %chap.mac; [ &chap.mac; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.geom; [ &chap.geom; ]]>
|
||||
<![ %chap.vinum; [ &chap.vinum; ]]>
|
||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Chapters should be listed in the order in which they are referenced.
|
||||
|
||||
Original revision: 1.29
|
||||
Original revision: 1.32
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
|||
<!ENTITY chap.security SYSTEM "security/chapter.sgml">
|
||||
<!ENTITY chap.mac SYSTEM "mac/chapter.sgml">
|
||||
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
||||
<!ENTITY chap.geom SYSTEM "geom/chapter.sgml">
|
||||
<!ENTITY chap.vinum SYSTEM "vinum/chapter.sgml">
|
||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.sgml">
|
||||
|
|
Loading…
Reference in a new issue