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)
This commit is contained in:
parent
ed974d3722
commit
2be1e25fc2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39665
77 changed files with 173 additions and 173 deletions
bn_BD.ISO10646-1/articles/explaining-bsd
da_DK.ISO8859-1/htdocs
de_DE.ISO8859-1
books
htdocs
el_GR.ISO8859-7
en_US.ISO8859-1
articles/mailing-list-faq
books
arch-handbook
bibliography
developers-handbook
faq
fdp-primer
handbook
pmake
porters-handbook
htdocs
es_ES.ISO8859-1
articles
books
htdocs
fr_FR.ISO8859-1
articles
books
htdocs
hu_HU.ISO8859-2
it_IT.ISO8859-15
ja_JP.eucJP
mn_MN.UTF-8/books/handbook
nl_NL.ISO8859-1
pl_PL.ISO8859-2/books/handbook
pt_BR.ISO8859-1
ru_RU.KOI8-R
articles/mailing-list-faq
books
htdocs
share/mk
sr_YU.ISO8859-2/books/faq
tr_TR.ISO8859-9/htdocs
zh_CN.GB2312
zh_TW.Big5
|
@ -11,7 +11,7 @@ FORMATS?= html
|
|||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS= article.xml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
.endif
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR= doc
|
||||
.endif
|
||||
|
|
|
@ -23,11 +23,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
|
||||
|
|
|
@ -20,11 +20,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
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
|
|
|
@ -15,11 +15,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
|
||||
|
|
|
@ -224,11 +224,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+= bsdinstall/chapter.xml
|
||||
|
@ -275,8 +275,8 @@ SRCS+= chapters.ent
|
|||
# alle Kapitel bauen
|
||||
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}
|
||||
|
|
|
@ -15,11 +15,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
|
||||
|
|
|
@ -36,7 +36,7 @@ DOCS+= where.xml
|
|||
#DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= community
|
||||
SUBDIR+= developers
|
||||
SUBDIR+= docproj
|
||||
|
@ -61,7 +61,7 @@ SUBDIR+= doc
|
|||
SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
# Non-XML
|
||||
SUBDIR+= gifs
|
||||
|
||||
WEBDIR?= data/de
|
||||
|
|
|
@ -16,11 +16,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?= ../../../..
|
||||
|
|
|
@ -19,11 +19,11 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
WITH_BIBLIOXREF_TITLE?=YES
|
||||
|
||||
#
|
||||
# Η λίστα SRCS περιέχει όλα τα SGML αρχεία που αποτελούν μέρη του κειμένου.
|
||||
# Η λίστα SRCS περιέχει όλα τα XML αρχεία που αποτελούν μέρη του κειμένου.
|
||||
# Αλλαγές σε οποιοδήποτε από αυτά τα αρχεία προκαλούν rebuild.
|
||||
#
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS= book.xml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
|
|
|
@ -246,11 +246,11 @@ IMAGES_LIB+= callouts/14.png
|
|||
IMAGES_LIB+= callouts/15.png
|
||||
|
||||
#
|
||||
# Η λίστα SRCS περιέχει όλα τα SGML αρχεία που αποτελούν μέρη του κειμένου.
|
||||
# Η λίστα SRCS περιέχει όλα τα XML αρχεία που αποτελούν μέρη του κειμένου.
|
||||
# ÁëëáãÝò óå ïðïéïäÞðïôå áðü áõôÜ ôá áñ÷åßá ðñïêáëïýí rebuild.
|
||||
#
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS+= audit/chapter.xml
|
||||
SRCS+= book.xml
|
||||
SRCS+= bsdinstall/chapter.xml
|
||||
|
@ -299,8 +299,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}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
.endif
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= FAQ
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= doc
|
||||
|
|
|
@ -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?= ../../../..
|
||||
|
|
|
@ -16,11 +16,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+= boot/chapter.xml
|
||||
SRCS+= driverbasics/chapter.xml
|
||||
|
|
|
@ -13,11 +13,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
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -243,11 +243,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+= bsdinstall/chapter.xml
|
||||
|
@ -296,8 +296,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 ${XMLDECL} ${MASTERDOC}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -46,7 +46,7 @@ DATA+= robots.txt
|
|||
DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= FAQ
|
||||
SUBDIR+= advocacy
|
||||
SUBDIR+= commercial
|
||||
|
@ -84,7 +84,7 @@ SUBDIR+= ports
|
|||
SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
# Non-XML
|
||||
SUBDIR+= cgi
|
||||
SUBDIR+= gifs
|
||||
SUBDIR+= layout
|
||||
|
|
|
@ -13,12 +13,12 @@ WITH_ARTICLE_TOC?=YES
|
|||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SRCS incluye todos y cada uno de los ficheros SGML que conforman el
|
||||
# SRCS incluye todos y cada uno de los ficheros XML que conforman el
|
||||
# documento. Cualquier cambio en cualquiera de ellos implica volver a
|
||||
# generar el documento.
|
||||
#
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS= article.xml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -15,7 +15,7 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
#
|
||||
WITH_ARTICLE_TOC?=YES
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS= article.xml fase_1.sh fase_2.sh fase_3.mk
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -15,11 +15,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?= ../../../..
|
||||
|
|
|
@ -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
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -151,11 +151,11 @@ IMAGES_LIB+= callouts/9.png
|
|||
IMAGES_LIB+= callouts/10.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
|
||||
|
@ -201,7 +201,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}
|
||||
|
|
|
@ -25,7 +25,7 @@ DOCS+= where.xml
|
|||
CLEANFILES+=atoz.xml site.xml
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= security
|
||||
SUBDIR+= docproj
|
||||
SUBDIR+= news
|
||||
|
|
|
@ -15,7 +15,7 @@ FORMATS?= html
|
|||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS= article.xml
|
||||
|
||||
CSS_SHEET_ADDITIONS= extra.css
|
||||
|
|
|
@ -17,7 +17,7 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
# SGML content
|
||||
# XML content
|
||||
SRCS= article.xml branches.ascii
|
||||
|
||||
# IMAGES
|
||||
|
|
|
@ -21,11 +21,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
|
||||
|
||||
# Entities
|
||||
|
|
|
@ -17,11 +17,11 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
|
||||
JADEFLAGS+=-Vbiblio-xref-title
|
||||
#
|
||||
# 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}/../../..
|
||||
|
|
|
@ -18,11 +18,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
|
||||
|
|
|
@ -177,11 +177,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
|
||||
|
@ -228,8 +228,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}
|
||||
|
|
|
@ -15,11 +15,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
|
||||
|
|
|
@ -37,7 +37,7 @@ DATA+= freebsd.css
|
|||
DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= security
|
||||
SUBDIR+= commercial
|
||||
SUBDIR+= community
|
||||
|
|
|
@ -20,11 +20,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
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
|
|
|
@ -19,11 +19,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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -27,7 +27,7 @@ DOCS+= support.xml
|
|||
DOCS+= where.xml
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR+= advocacy
|
||||
SUBDIR+= community
|
||||
SUBDIR+= copyright
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,7 +24,7 @@ DEPENDSET.usergroups=transtable usergroups
|
|||
PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= copyright
|
||||
SUBDIR+= docs
|
||||
SUBDIR+= platforms
|
||||
|
|
|
@ -18,11 +18,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}/../../..
|
||||
|
|
|
@ -16,11 +16,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
|
||||
|
|
|
@ -244,11 +244,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+= bsdinstall/chapter.xml
|
||||
|
@ -301,8 +301,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}
|
||||
|
|
|
@ -15,11 +15,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
|
||||
|
|
|
@ -50,7 +50,7 @@ DATA+= freebsd.css
|
|||
#DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= FAQ
|
||||
#SUBDIR+= advocacy
|
||||
SUBDIR+= commercial
|
||||
|
@ -91,7 +91,7 @@ SUBDIR+= ports
|
|||
# SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
# Non-XML
|
||||
#SUBDIR+= cgi
|
||||
#SUBDIR+= gifs
|
||||
#SUBDIR+= layout
|
||||
|
|
|
@ -246,11 +246,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+= bsdinstall/chapter.xml
|
||||
|
@ -299,8 +299,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}
|
||||
|
|
|
@ -246,11 +246,11 @@ IMAGES_LIB+= callouts/14.png
|
|||
IMAGES_LIB+= callouts/15.png
|
||||
|
||||
#
|
||||
# SRCS-lijsten van de individuele SGML-bestanden die het document vormen.
|
||||
# SRCS-lijsten van de individuele XML-bestanden die het document vormen.
|
||||
# Veranderingen aan een van deze bestanden zal een nieuwe build afdwingen
|
||||
#
|
||||
|
||||
# SGML-inhoud
|
||||
# XML-inhoud
|
||||
SRCS+= audit/chapter.xml
|
||||
SRCS+= book.xml
|
||||
SRCS+= bsdinstall/chapter.xml
|
||||
|
@ -299,8 +299,8 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
|
|||
# Neem alle hoofdstukken mee.
|
||||
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 ${XMLDECL} ${MASTERDOC}
|
||||
|
|
|
@ -48,7 +48,7 @@ DEPENDSET.community=usergroups events
|
|||
DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
#SUBDIR= FAQ
|
||||
#SUBDIR+= advocacy
|
||||
#SUBDIR+= commercial
|
||||
|
|
|
@ -149,11 +149,11 @@ IMAGES_LIB+= callouts/9.png
|
|||
IMAGES_LIB+= callouts/10.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
|
||||
|
@ -197,8 +197,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}
|
||||
|
|
|
@ -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}/../../..
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
.endif
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR+= FAQ
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
|
|
|
@ -18,11 +18,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?= ../../../..
|
||||
|
|
|
@ -24,11 +24,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+= dma/chapter.xml
|
||||
SRCS+= introduction/chapter.xml
|
||||
|
|
|
@ -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
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
|
|
|
@ -19,11 +19,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
|
||||
|
|
|
@ -156,11 +156,11 @@ IMAGES_LIB+= callouts/9.png
|
|||
IMAGES_LIB+= callouts/10.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
|
||||
|
@ -205,8 +205,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}
|
||||
|
|
|
@ -21,11 +21,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
|
||||
|
||||
# Entities
|
||||
|
|
|
@ -52,7 +52,7 @@ DEPENDSET.community=usergroups events
|
|||
#DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
SUBDIR= FAQ
|
||||
#SUBDIR+= advocacy
|
||||
SUBDIR+= commercial
|
||||
|
@ -89,7 +89,7 @@ SUBDIR+= ports
|
|||
#SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
# Non-XML
|
||||
#SUBDIR+= cgi
|
||||
#SUBDIR+= gifs
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#
|
||||
# Variables used by both users and documents:
|
||||
#
|
||||
# SGMLFLAGS Additional options to pass to various SGML
|
||||
# XMLFLAGS Additional options to pass to various XML
|
||||
# processors (e.g., jade, nsgmls). Typically
|
||||
# used to define "IGNORE" entities to "INCLUDE"
|
||||
# with "-i<entity-name>"
|
||||
|
@ -44,7 +44,7 @@
|
|||
# used to set "-raw" flag to handle 8bit characters.
|
||||
#
|
||||
# EXTRA_CATALOGS Additional catalog files that should be used by
|
||||
# any SGML processing applications.
|
||||
# any XML processing applications.
|
||||
#
|
||||
# NO_TIDY If you do not want to use tidy, set this to "YES".
|
||||
#
|
||||
|
@ -176,8 +176,8 @@ IMAGES_LIB?=
|
|||
CATALOGS+= -c ${c}
|
||||
.endif
|
||||
.endfor
|
||||
SGMLFLAGS+= -D ${IMAGES_EN_DIR}/${DOC}s/${.CURDIR:T} -D ${CANONICALOBJDIR}
|
||||
JADEOPTS= ${JADEFLAGS} ${SGMLFLAGS} ${CATALOGS}
|
||||
XMLFLAGS+= -D ${IMAGES_EN_DIR}/${DOC}s/${.CURDIR:T} -D ${CANONICALOBJDIR}
|
||||
JADEOPTS= ${JADEFLAGS} ${XMLFLAGS} ${CATALOGS}
|
||||
XSLTPROCOPTS= ${XSLTPROCFLAGS}
|
||||
|
||||
KNOWN_FORMATS= html html.tar html-split html-split.tar \
|
||||
|
|
|
@ -13,11 +13,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
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
|
@ -27,7 +27,7 @@ DEPENDSET.index=transtable mirrors news press events \
|
|||
#DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
#SUBDIR= security
|
||||
#SUBDIR+= commercial
|
||||
#SUBDIR+= docproj
|
||||
|
@ -62,7 +62,7 @@ SUBDIR= doc
|
|||
#SUBDIR+= tutorials
|
||||
#.endif
|
||||
|
||||
# Non-SGML
|
||||
# Non-XML
|
||||
#SUBDIR+= gifs
|
||||
#SUBDIR+= cgi
|
||||
|
||||
|
|
|
@ -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+= boot/chapter.xml
|
||||
SRCS+= driverbasics/chapter.xml
|
||||
|
|
|
@ -199,11 +199,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
|
||||
|
@ -251,8 +251,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}
|
||||
|
|
|
@ -18,11 +18,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
|
||||
|
|
|
@ -35,7 +35,7 @@ DEPENDSET.usergroups=transtable usergroups
|
|||
PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
# XML
|
||||
# SUBDIR= FAQ
|
||||
SUBDIR+= advocacy
|
||||
# SUBDIR+= commercial
|
||||
|
@ -73,7 +73,7 @@ SUBDIR+= doc
|
|||
# SUBDIR+= relnotes
|
||||
# .endif
|
||||
|
||||
# # Non-SGML
|
||||
# # Non-XML
|
||||
# SUBDIR+= cgi
|
||||
# SUBDIR+= gifs
|
||||
SUBDIR+= layout
|
||||
|
|
|
@ -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?= ../../../..
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}/../../..
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue