aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/pmake/Makefile
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 /en_US.ISO8859-1/books/pmake/Makefile
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 'en_US.ISO8859-1/books/pmake/Makefile')
-rw-r--r--en_US.ISO8859-1/books/pmake/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/pmake/Makefile b/en_US.ISO8859-1/books/pmake/Makefile
index c1c4e60a94..0c7297d2be 100644
--- a/en_US.ISO8859-1/books/pmake/Makefile
+++ b/en_US.ISO8859-1/books/pmake/Makefile
@@ -1,7 +1,7 @@
#
# $FreeBSD$
#
-# This is an SGML version of the pmake tutorial by Adam de Boor that is
+# This is an XML version of the pmake tutorial by Adam de Boor that is
# also part of the src/share/doc/psd collection of docs.
#
@@ -12,10 +12,10 @@ FORMATS?= html-split
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
-# SRCS lists the individual SGML files that make up the document.
+# 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+= answers/chapter.xml
SRCS+= basics/chapter.xml