From 2be1e25fc2a430392e2b23bfca1c8f5403ac7096 Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sat, 6 Oct 2012 17:52:37 +0000 Subject: 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) --- hu_HU.ISO8859-2/books/handbook/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hu_HU.ISO8859-2/books/handbook/Makefile') diff --git a/hu_HU.ISO8859-2/books/handbook/Makefile b/hu_HU.ISO8859-2/books/handbook/Makefile index 2ac5df9bd8..00a705f322 100644 --- a/hu_HU.ISO8859-2/books/handbook/Makefile +++ b/hu_HU.ISO8859-2/books/handbook/Makefile @@ -209,11 +209,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 @@ -261,8 +261,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} -- cgit v1.2.3