diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-08-14 02:07:47 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-08-14 02:07:47 +0000 |
commit | 3704fee17d80675773fb26a063aa4946c6fc833c (patch) | |
tree | d904af673f7967d77079b411813e9314596cfc4a | |
parent | 437d59d3a8ad662a97294f81786f0bf2d0dbac33 (diff) |
Notes
-rw-r--r-- | zh_CN.GB2312/books/handbook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zh_CN.GB2312/books/handbook/Makefile b/zh_CN.GB2312/books/handbook/Makefile index 4e8f3252dd..e0fa32aeb6 100644 --- a/zh_CN.GB2312/books/handbook/Makefile +++ b/zh_CN.GB2312/books/handbook/Makefile @@ -156,7 +156,7 @@ IMAGES_LIB+= callouts/10.png SRCS+= audit/chapter.sgml SRCS+= book.sgml SRCS+= colophon.sgml -#SRCS+= freebsd-glossary.sgml +SRCS+= freebsd-glossary.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= basics/chapter.sgml SRCS+= bibliography/chapter.sgml @@ -198,7 +198,7 @@ SYMLINKS= ${DESTDIR} index.html handbook.html CHAPTERS?= ${SRCS:M*chapter.sgml} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} -#SGMLFLAGS+= -i chap.freebsd-glossary +SGMLFLAGS+= -i chap.freebsd-glossary pgpkeyring: pgpkeys/chapter.sgml @${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} |