diff options
author | Isabell Long <issyl0@FreeBSD.org> | 2012-10-06 17:52:37 +0000 |
---|---|---|
committer | Isabell Long <issyl0@FreeBSD.org> | 2012-10-06 17:52:37 +0000 |
commit | 2be1e25fc2a430392e2b23bfca1c8f5403ac7096 (patch) | |
tree | a55219004cb3ecf9c074ef06153a73939e671398 /it_IT.ISO8859-15 | |
parent | ed974d372267a26a1fea12284ecc665607ad321b (diff) |
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 'it_IT.ISO8859-15')
-rw-r--r-- | it_IT.ISO8859-15/books/handbook/Makefile | 8 | ||||
-rw-r--r-- | it_IT.ISO8859-15/books/unix-introduction/Makefile | 4 | ||||
-rw-r--r-- | it_IT.ISO8859-15/htdocs/Makefile | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/it_IT.ISO8859-15/books/handbook/Makefile b/it_IT.ISO8859-15/books/handbook/Makefile index 3f44821085..cdb9231eca 100644 --- a/it_IT.ISO8859-15/books/handbook/Makefile +++ b/it_IT.ISO8859-15/books/handbook/Makefile @@ -179,11 +179,11 @@ IMAGES_LIB+= callouts/14.png IMAGES_LIB+= callouts/15.png # -# SRCS lista i singoli files SGML che compongono il documento. Modifiche +# SRCS lista i singoli files XML che compongono il documento. Modifiche # a qualunque di questi files obbligano la ricreazione # -# Contenuto SGML +# Contenuto XML SRCS = book.xml SRCS+= colophon.xml SRCS+= advanced-networking/chapter.xml @@ -229,8 +229,8 @@ SYMLINKS= ${DESTDIR} index.html handbook.html # Attiva tutti i capitoli. 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/it_IT.ISO8859-15/books/unix-introduction/Makefile b/it_IT.ISO8859-15/books/unix-introduction/Makefile index 1aa021cfad..76cb3e1b17 100644 --- a/it_IT.ISO8859-15/books/unix-introduction/Makefile +++ b/it_IT.ISO8859-15/books/unix-introduction/Makefile @@ -14,11 +14,11 @@ INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # -# SRCS lista i singoli files SGML che compongono il documento. Modifiche +# SRCS lista i singoli files XML che compongono il documento. Modifiche # a qualunque di questi files obbligano la ricreazione # -# Contenuto SGML +# Contenuto XML SRCS = book.xml SRCS+= bibliography/chapter.xml SRCS+= command-summary/chapter.xml diff --git a/it_IT.ISO8859-15/htdocs/Makefile b/it_IT.ISO8859-15/htdocs/Makefile index a77e0743ef..c51b5e1aaa 100644 --- a/it_IT.ISO8859-15/htdocs/Makefile +++ b/it_IT.ISO8859-15/htdocs/Makefile @@ -24,7 +24,7 @@ DEPENDSET.usergroups=transtable usergroups PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" # Subdirectories -# SGML +# XML SUBDIR= copyright SUBDIR+= docs SUBDIR+= platforms |