diff options
| -rw-r--r-- | release/doc/en_US.ISO8859-1/share/sgml/catalog | 9 | ||||
| -rw-r--r-- | release/doc/share/mk/doc.relnotes.mk | 7 |
2 files changed, 13 insertions, 3 deletions
diff --git a/release/doc/en_US.ISO8859-1/share/sgml/catalog b/release/doc/en_US.ISO8859-1/share/sgml/catalog new file mode 100644 index 000000000000..9995d5af1340 --- /dev/null +++ b/release/doc/en_US.ISO8859-1/share/sgml/catalog @@ -0,0 +1,9 @@ + -- FreeBSD SGML Public Identifiers -- + -- Language-specific -- + + -- $FreeBSD$ -- + +PUBLIC "-//FreeBSD//DOCUMENT Release Notes DocBook Stylesheet//EN" + "release.dsl" + + diff --git a/release/doc/share/mk/doc.relnotes.mk b/release/doc/share/mk/doc.relnotes.mk index f242247a9911..e6d8b5208753 100644 --- a/release/doc/share/mk/doc.relnotes.mk +++ b/release/doc/share/mk/doc.relnotes.mk @@ -2,9 +2,10 @@ DOC_PREFIX?= ${RELN_ROOT}/../../../doc -# Find the RELNOTESng document catalog +# Find the RELNOTESng document catalogs EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog +EXTRA_CATALOGS+= ${RELN_ROOT}/${LANGCODE}/share/sgml/catalog # Use the appropriate architecture-dependent RELNOTESng stylesheet -DSLHTML?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl -DSLPRINT?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl +DSLHTML?= ${RELN_ROOT}/share/sgml/default.dsl +DSLPRINT?= ${RELN_ROOT}/share/sgml/default.dsl |
