diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-08-28 17:52:02 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-08-28 17:52:02 +0000 |
commit | 294bade795169bc3f9086b759d8476b9ff846e5e (patch) | |
tree | 67e23e7e36b4cda7898a5b1190320a13e10186ea /zh_CN.GB2312/books | |
parent | 61a1b8e689e60622526d97594996f90db330e46d (diff) |
Notes
Diffstat (limited to 'zh_CN.GB2312/books')
-rw-r--r-- | zh_CN.GB2312/books/handbook/Makefile | 5 | ||||
-rw-r--r-- | zh_CN.GB2312/books/handbook/book.sgml | 4 | ||||
-rw-r--r-- | zh_CN.GB2312/books/handbook/chapters.ent | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/zh_CN.GB2312/books/handbook/Makefile b/zh_CN.GB2312/books/handbook/Makefile index 02fc44bfac..11fc62cd47 100644 --- a/zh_CN.GB2312/books/handbook/Makefile +++ b/zh_CN.GB2312/books/handbook/Makefile @@ -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 diff --git a/zh_CN.GB2312/books/handbook/book.sgml b/zh_CN.GB2312/books/handbook/book.sgml index d8ea2eafb5..c4d9bbce91 100644 --- a/zh_CN.GB2312/books/handbook/book.sgml +++ b/zh_CN.GB2312/books/handbook/book.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; ]]> diff --git a/zh_CN.GB2312/books/handbook/chapters.ent b/zh_CN.GB2312/books/handbook/chapters.ent index fd70fde9a3..05969d6777 100644 --- a/zh_CN.GB2312/books/handbook/chapters.ent +++ b/zh_CN.GB2312/books/handbook/chapters.ent @@ -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"> |