- Use exclusively the XML catalogs and drop the old SGML format

This commit is contained in:
Gabor Kovesdan 2013-02-01 09:48:25 +00:00
parent 9162098876
commit a3c89a1805
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40850
20 changed files with 2 additions and 790 deletions

View file

@ -146,8 +146,6 @@ DSLHTML?= ${DOC_PREFIX}/share/xml/default.dsl
DSLPRINT?= ${DOC_PREFIX}/share/xml/default.dsl
DSLPGP?= ${DOC_PREFIX}/share/xml/pgp.dsl
FREEBSDCATALOG= ${DOC_PREFIX}/share/xml/catalog
LANGUAGECATALOG=${DOC_PREFIX}/${LANGCODE}/share/xml/catalog
ISO8879CATALOG= ${PREFIX}/share/sgml/iso8879/catalog
DOCBOOKCATALOG= ${PREFIX}/share/xml/docbook/catalog
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
@ -574,7 +572,7 @@ ${DOC}.rtf:
.if ${PDFENGINE} == "jade"
${DOC}.parsed.xml: ${SRCS}
${XMLLINT} --catalogs --nonet --noent --valid --dropdtd ${MASTERDOC} > ${.TARGET}
${XMLLINT} --nonet --noent --valid --dropdtd ${MASTERDOC} > ${.TARGET}
.if !defined(NO_TEX)
#
@ -695,7 +693,7 @@ ${DOC}.${_curformat}:
#
lint validate: ${SRCS}
${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC}
${XMLLINT} --nonet --noout --noent --valid ${MASTERDOC}
# ------------------------------------------------------------------------
#

View file

@ -272,7 +272,6 @@ XML_NOTICES= ${DOC_PREFIX}/share/xml/notices.xml
# The ${TARGET.<id>} file will not be listed in $DATA if defined.
# NO_DATA.DEFAULT is the setting for all <id>s.
#
XSLTPROC_ENV+= SGML_CATALOG_FILES=
XSLTPROC_ENV+= XML_CATALOG_FILES="${XML_CATALOG_FILES}"
XSLTPROCOPTS= ${XSLTPROCFLAGS}