aboutsummaryrefslogtreecommitdiff
path: root/pt_BR.ISO8859-1/books
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 /pt_BR.ISO8859-1/books
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 'pt_BR.ISO8859-1/books')
-rw-r--r--pt_BR.ISO8859-1/books/faq/Makefile4
-rwxr-xr-xpt_BR.ISO8859-1/books/fdp-primer/Makefile4
-rw-r--r--pt_BR.ISO8859-1/books/handbook/Makefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/pt_BR.ISO8859-1/books/faq/Makefile b/pt_BR.ISO8859-1/books/faq/Makefile
index 519a6a583c..eaad518875 100644
--- a/pt_BR.ISO8859-1/books/faq/Makefile
+++ b/pt_BR.ISO8859-1/books/faq/Makefile
@@ -21,11 +21,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/pt_BR.ISO8859-1/books/fdp-primer/Makefile b/pt_BR.ISO8859-1/books/fdp-primer/Makefile
index 714803341b..0a8344590f 100755
--- a/pt_BR.ISO8859-1/books/fdp-primer/Makefile
+++ b/pt_BR.ISO8859-1/books/fdp-primer/Makefile
@@ -17,11 +17,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/pt_BR.ISO8859-1/books/handbook/Makefile b/pt_BR.ISO8859-1/books/handbook/Makefile
index 5e80d94636..eec5933db2 100644
--- a/pt_BR.ISO8859-1/books/handbook/Makefile
+++ b/pt_BR.ISO8859-1/books/handbook/Makefile
@@ -112,11 +112,11 @@ INSTALL_ONLY_COMPRESSED?=
#IMAGES_LIB+= callouts/5.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= book.xml
SRCS+= advanced-networking/chapter.xml
SRCS+= basics/chapter.xml
@@ -152,7 +152,7 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
# Turn on all the chapters.
CHAPTERS?= ${SRCS:M*chapter.xml}
-SGMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
+XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./}
pgpkeyring: pgpkeys/chapter.xml
@${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}