aboutsummaryrefslogtreecommitdiff
path: root/zh_TW.Big5
diff options
context:
space:
mode:
authorIsabell Long <issyl0@FreeBSD.org>2012-10-06 17:52:37 +0000
committerIsabell Long <issyl0@FreeBSD.org>2012-10-06 17:52:37 +0000
commit2be1e25fc2a430392e2b23bfca1c8f5403ac7096 (patch)
treea55219004cb3ecf9c074ef06153a73939e671398 /zh_TW.Big5
parented974d372267a26a1fea12284ecc665607ad321b (diff)
downloaddoc-2be1e25fc2a430392e2b23bfca1c8f5403ac7096.tar.gz
doc-2be1e25fc2a430392e2b23bfca1c8f5403ac7096.zip
Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in share/mk/doc.docbook.mk so that everything continued to build OK. Approved by: gabor (mentor)
Notes
Notes: svn path=/head/; revision=39665
Diffstat (limited to 'zh_TW.Big5')
-rw-r--r--zh_TW.Big5/articles/mailing-list-faq/Makefile4
-rw-r--r--zh_TW.Big5/books/developers-handbook/Makefile4
-rw-r--r--zh_TW.Big5/books/faq/Makefile4
-rw-r--r--zh_TW.Big5/books/fdp-primer/Makefile4
-rw-r--r--zh_TW.Big5/books/handbook/Makefile8
-rw-r--r--zh_TW.Big5/books/porters-handbook/Makefile4
-rw-r--r--zh_TW.Big5/htdocs/Makefile4
7 files changed, 16 insertions, 16 deletions
diff --git a/zh_TW.Big5/articles/mailing-list-faq/Makefile b/zh_TW.Big5/articles/mailing-list-faq/Makefile
index 6412bc5980..53a873470a 100644
--- a/zh_TW.Big5/articles/mailing-list-faq/Makefile
+++ b/zh_TW.Big5/articles/mailing-list-faq/Makefile
@@ -13,11 +13,11 @@ INSTALL_ONLY_COMPRESSED?=
WITH_ARTICLE_TOC?=YES
#
-# SRCS lists the individual SGML files that make up the document. Changes
+# SRCS lists the individual XML files that make up the document. Changes
# to any of these files will force a rebuild
#
-# SGML content
+# XML content
SRCS= article.xml
URL_RELPREFIX?= ../../../..
diff --git a/zh_TW.Big5/books/developers-handbook/Makefile b/zh_TW.Big5/books/developers-handbook/Makefile
index c3883908f4..8fa12fe44a 100644
--- a/zh_TW.Big5/books/developers-handbook/Makefile
+++ b/zh_TW.Big5/books/developers-handbook/Makefile
@@ -19,11 +19,11 @@ INSTALL_ONLY_COMPRESSED?=
IMAGES_EN= sockets/layers.eps sockets/sain.eps sockets/sainfill.eps sockets/sainlsb.eps sockets/sainmsb.eps sockets/sainserv.eps sockets/serv.eps sockets/serv2.eps sockets/slayers.eps
#
-# SRCS lists the individual SGML files that make up the document. Changes
+# SRCS lists the individual XML files that make up the document. Changes
# to any of these files will force a rebuild
#
-# SGML content
+# XML content
SRCS= book.xml
SRCS+= introduction/chapter.xml
SRCS+= ipv6/chapter.xml
diff --git a/zh_TW.Big5/books/faq/Makefile b/zh_TW.Big5/books/faq/Makefile
index 2f239c0c0b..7ff38e9d1b 100644
--- a/zh_TW.Big5/books/faq/Makefile
+++ b/zh_TW.Big5/books/faq/Makefile
@@ -16,11 +16,11 @@ INSTALL_ONLY_COMPRESSED?=
WITH_BIBLIOXREF_TITLE?=YES
#
-# SRCS lists the individual SGML files that make up the document. Changes
+# SRCS lists the individual XML files that make up the document. Changes
# to any of these files will force a rebuild
#
-# SGML content
+# XML content
SRCS= book.xml
DOC_PREFIX?= ${.CURDIR}/../../..
diff --git a/zh_TW.Big5/books/fdp-primer/Makefile b/zh_TW.Big5/books/fdp-primer/Makefile
index 7e7f024e08..60eaeea096 100644
--- a/zh_TW.Big5/books/fdp-primer/Makefile
+++ b/zh_TW.Big5/books/fdp-primer/Makefile
@@ -14,11 +14,11 @@ INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
#
-# SRCS lists the individual SGML files that make up the document. Changes
+# SRCS lists the individual XML files that make up the document. Changes
# to any of these files will force a rebuild
#
-# SGML content
+# XML content
SRCS= book.xml
SRCS+= overview/chapter.xml
SRCS+= psgml-mode/chapter.xml
diff --git a/zh_TW.Big5/books/handbook/Makefile b/zh_TW.Big5/books/handbook/Makefile
index 10639b23bb..c7a3585dc2 100644
--- a/zh_TW.Big5/books/handbook/Makefile
+++ b/zh_TW.Big5/books/handbook/Makefile
@@ -191,11 +191,11 @@ IMAGES_LIB+= callouts/14.png
IMAGES_LIB+= callouts/15.png
#
-# SRCS lists the individual SGML files that make up the document. Changes
+# SRCS lists the individual XML files that make up the document. Changes
# to any of these files will force a rebuild
#
-# SGML content
+# XML content
SRCS+= audit/chapter.xml
SRCS+= book.xml
SRCS+= colophon.xml
@@ -241,8 +241,8 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
# Turn on all the chapters.
CHAPTERS?= ${SRCS:M*chapter.xml}
-SGMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
-SGMLFLAGS+= -i chap.freebsd-glossary
+XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
+XMLFLAGS+= -i chap.freebsd-glossary
pgpkeyring: pgpkeys/chapter.xml
@${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}
diff --git a/zh_TW.Big5/books/porters-handbook/Makefile b/zh_TW.Big5/books/porters-handbook/Makefile
index 241674c462..7d3466c14b 100644
--- a/zh_TW.Big5/books/porters-handbook/Makefile
+++ b/zh_TW.Big5/books/porters-handbook/Makefile
@@ -14,11 +14,11 @@ INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
#
-# SRCS lists the individual SGML files that make up the document. Changes
+# SRCS lists the individual XML files that make up the document. Changes
# to any of these files will force a rebuild
#
-# SGML content
+# XML content
SRCS= book.xml
# Use the local DSSSL file
diff --git a/zh_TW.Big5/htdocs/Makefile b/zh_TW.Big5/htdocs/Makefile
index c014d18c12..c72632c846 100644
--- a/zh_TW.Big5/htdocs/Makefile
+++ b/zh_TW.Big5/htdocs/Makefile
@@ -30,14 +30,14 @@ DOCS+= where.xml
#PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
# Subdirectories
-# SGML
+# XML
SUBDIR+= docs
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= doc
.endif
-# Non-SGML
+# Non-XML
SUBDIR+= layout
WEBDIR?= data/zh_TW