- Add back SGML catalogs (trimmed to minimally necessary content) since
they are still needed for language-specific DSSSL customizations
This commit is contained in:
parent
3ab2d87bc1
commit
59d4db9584
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41016
19 changed files with 51 additions and 102 deletions
da_DK.ISO8859-1/share/xml
de_DE.ISO8859-1/share/xml
el_GR.ISO8859-7/share/xml
en_US.ISO8859-1/share/xml
es_ES.ISO8859-1/share/xml
fr_FR.ISO8859-1/share/xml
hu_HU.ISO8859-2/share/xml
it_IT.ISO8859-15/share/xml
ja_JP.eucJP/share/xml
mn_MN.UTF-8/share/xml
nl_NL.ISO8859-1/share/xml
pl_PL.ISO8859-2/share/xml
pt_BR.ISO8859-1/share/xml
ru_RU.KOI8-R/share/xml
share
sr_YU.ISO8859-2/share/xml
zh_CN.GB2312/share/xml
zh_TW.Big5/share/xml
2
da_DK.ISO8859-1/share/xml/catalog
Normal file
2
da_DK.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
de_DE.ISO8859-1/share/xml/catalog
Normal file
2
de_DE.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
el_GR.ISO8859-7/share/xml/catalog
Normal file
2
el_GR.ISO8859-7/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
en_US.ISO8859-1/share/xml/catalog
Normal file
2
en_US.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
es_ES.ISO8859-1/share/xml/catalog
Normal file
2
es_ES.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
fr_FR.ISO8859-1/share/xml/catalog
Normal file
2
fr_FR.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
hu_HU.ISO8859-2/share/xml/catalog
Normal file
2
hu_HU.ISO8859-2/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
it_IT.ISO8859-15/share/xml/catalog
Normal file
2
it_IT.ISO8859-15/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
ja_JP.eucJP/share/xml/catalog
Normal file
2
ja_JP.eucJP/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
mn_MN.UTF-8/share/xml/catalog
Normal file
2
mn_MN.UTF-8/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
nl_NL.ISO8859-1/share/xml/catalog
Normal file
2
nl_NL.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
pl_PL.ISO8859-2/share/xml/catalog
Normal file
2
pl_PL.ISO8859-2/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
pt_BR.ISO8859-1/share/xml/catalog
Normal file
2
pt_BR.ISO8859-1/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
ru_RU.KOI8-R/share/xml/catalog
Normal file
2
ru_RU.KOI8-R/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
|
@ -74,13 +74,9 @@ MASTERDOC?= ${.CURDIR}/${DOC}.xml
|
||||||
# Either jade or fop
|
# Either jade or fop
|
||||||
RENDERENGINE?= jade
|
RENDERENGINE?= jade
|
||||||
|
|
||||||
.if defined(SPELLCHECK)
|
|
||||||
DSLHTML?= ${DOC_PREFIX}/share/xml/spellcheck.dsl
|
|
||||||
.endif
|
|
||||||
|
|
||||||
XMLDECL?= /usr/local/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl
|
XMLDECL?= /usr/local/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl
|
||||||
|
|
||||||
DSLHTML?= ${DOC_PREFIX}/share/xml/default.dsl
|
DSLHTML?= ${DOC_PREFIX}/share/xml/spellcheck.dsl
|
||||||
DSLPRINT?= ${DOC_PREFIX}/share/xml/default.dsl
|
DSLPRINT?= ${DOC_PREFIX}/share/xml/default.dsl
|
||||||
DSLPGP?= ${DOC_PREFIX}/share/xml/pgp.dsl
|
DSLPGP?= ${DOC_PREFIX}/share/xml/pgp.dsl
|
||||||
|
|
||||||
|
@ -91,8 +87,23 @@ XSLFO?= ${DOC_PREFIX}/share/xsl/freebsd-fo.xsl
|
||||||
|
|
||||||
IMAGES_LIB?=
|
IMAGES_LIB?=
|
||||||
|
|
||||||
|
.if exists(${PREFIX}/bin/jade) && !defined(OPENJADE)
|
||||||
|
JADECATALOG?= ${PREFIX}/share/sgml/jade/catalog
|
||||||
|
.else
|
||||||
|
JADECATALOG?= ${PREFIX}/share/sgml/openjade/catalog
|
||||||
|
.endif
|
||||||
|
FREEBSDCATALOG= ${DOC_PREFIX}/share/xml/catalog
|
||||||
|
LANGUAGECATALOG=${DOC_PREFIX}/${LANGCODE}/share/xml/catalog
|
||||||
|
DSSSLCATALOG= ${PREFIX}/share/sgml/docbook/dsssl/modular/catalog
|
||||||
|
.for c in ${LANGUAGECATALOG} ${FREEBSDCATALOG} ${DSSSLCATALOG} ${JADECATALOG}
|
||||||
|
.if exists(${c})
|
||||||
|
CATALOGS+= -c ${c}
|
||||||
|
.endif
|
||||||
|
.endfor
|
||||||
|
|
||||||
JADEOPTS?= -ijade.compat -w no-valid ${JADEFLAGS} \
|
JADEOPTS?= -ijade.compat -w no-valid ${JADEFLAGS} \
|
||||||
-D ${IMAGES_EN_DIR}/${DOC}s/${.CURDIR:T} -D ${CANONICALOBJDIR}
|
-D ${IMAGES_EN_DIR}/${DOC}s/${.CURDIR:T} -D ${CANONICALOBJDIR} \
|
||||||
|
${CATALOGS}
|
||||||
XSLTPROCOPTS?= --nonet
|
XSLTPROCOPTS?= --nonet
|
||||||
|
|
||||||
KNOWN_FORMATS= html html.tar html-split html-split.tar \
|
KNOWN_FORMATS= html html.tar html-split html-split.tar \
|
||||||
|
|
|
@ -4,13 +4,6 @@
|
||||||
-- $FreeBSD$
|
-- $FreeBSD$
|
||||||
--
|
--
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- Language neutral ..................................................... --
|
|
||||||
|
|
||||||
-- These identifiers are shared across all translations of the FreeBSD
|
|
||||||
documentation, even though the listed language is "EN"
|
|
||||||
--
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN"
|
||||||
"freebsd45.dtd"
|
"freebsd45.dtd"
|
||||||
|
|
||||||
|
@ -20,12 +13,6 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN"
|
||||||
"freebsd.dsl"
|
"freebsd.dsl"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook HTML Stylesheet//EN"
|
|
||||||
"freebsd-html.dsl"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook HTML Lanugage Neutral Stylesheet//EN"
|
|
||||||
"freebsd-html.dsl"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Print Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Print Stylesheet//EN"
|
||||||
"freebsd-print.dsl"
|
"freebsd-print.dsl"
|
||||||
|
|
||||||
|
@ -37,86 +24,3 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Stylesheet//EN"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Lanugage Neutral Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Lanugage Neutral Stylesheet//EN"
|
||||||
"freebsd-common.dsl"
|
"freebsd-common.dsl"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
|
||||||
"authors.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
|
||||||
"man-refs.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
|
||||||
"freebsd.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN"
|
|
||||||
"l10n.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
|
||||||
"trademarks.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
|
||||||
"urls.ent"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- HTML docs ............................................................ --
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN"
|
|
||||||
"html401-freebsd.dtd"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN"
|
|
||||||
"iso8879.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
"l10n.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
|
||||||
"common.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"
|
|
||||||
"developers.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Release Entities//EN"
|
|
||||||
"release.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
|
||||||
"release.l10n.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN"
|
|
||||||
"header.l10n.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN"
|
|
||||||
"header.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar L10N Entities//EN"
|
|
||||||
"navibar.l10n.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Navigation Bar Entities//EN"
|
|
||||||
"navibar.ent"
|
|
||||||
|
|
||||||
-- ...................................................................... --
|
|
||||||
-- English specific ..................................................... --
|
|
||||||
|
|
||||||
-- These identifiers should only be used by English language versions of
|
|
||||||
the FreeBSD Documentation.
|
|
||||||
|
|
||||||
All other translations should base their FPIs on these, but change the
|
|
||||||
final parameter in the FPI to represent the target language, as
|
|
||||||
appropriate. Do not change the rest of the FPI
|
|
||||||
--
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
|
||||||
"../../en_US.ISO8859-1/share/xml/authors.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
|
||||||
"../../en_US.ISO8859-1/share/xml/teams.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Glossary Entities//EN"
|
|
||||||
"../../en_US.ISO8859-1/share/xml/glossary.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
|
||||||
"../../en_US.ISO8859-1/share/xml/mailing-lists.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"
|
|
||||||
"../../en_US.ISO8859-1/share/xml/newsgroups.ent"
|
|
||||||
|
|
2
sr_YU.ISO8859-2/share/xml/catalog
Normal file
2
sr_YU.ISO8859-2/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
zh_CN.GB2312/share/xml/catalog
Normal file
2
zh_CN.GB2312/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
2
zh_TW.Big5/share/xml/catalog
Normal file
2
zh_TW.Big5/share/xml/catalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
|
"freebsd.dsl"
|
Loading…
Reference in a new issue