aboutsummaryrefslogtreecommitdiff
path: root/release/doc/README
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:26:49 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:26:49 +0000
commit2914b51fcb74f16f4570bc9319ef1760abdeeca0 (patch)
tree1410287c535afa9daa3f0a021c7d0562b63dc146 /release/doc/README
parentd65043bc33539ab5f8c2a6322ce97a4720b953e8 (diff)
downloadsrc-2914b51fcb74f16f4570bc9319ef1760abdeeca0.tar.gz
src-2914b51fcb74f16f4570bc9319ef1760abdeeca0.zip
- Rename .sgml files to .xml to track the recent doc changes
MFC after: 1 day
Notes
Notes: svn path=/head/; revision=241096
Diffstat (limited to 'release/doc/README')
-rw-r--r--release/doc/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/release/doc/README b/release/doc/README
index b57b10a671d5..93cc12b40154 100644
--- a/release/doc/README
+++ b/release/doc/README
@@ -24,34 +24,34 @@ share/mk/doc.relnotes.mk
Common Makefile definitions for RELNOTESng. These definitions
mostly accommodate the fact that we're building DocProj-like
documents outside the doc/ tree.
-share/sgml/catalog
+share/xml/catalog
Main SGML catalog for all language-neutral (and default EN)
stylesheet and entity files. Can be overridden if needed for
translations.
-share/sgml/default.dsl
+share/xml/default.dsl
All documents build with this file as a stylesheet. All it
does is to make it possible to use the document catalogs to
locate the "real" stylesheet by reference, rather than having
to specify it by pathname.
-share/sgml/release.dsl
+share/xml/release.dsl
Language-neutral stylesheet. This stylesheet supports
the arch= attribute on (all?) DocBook elements; elements with
an arch= attribute are only included in the output if their
value is equal to the value of the &arch; entity. In the
future, arch= could be a list of possible &arch; entity values
that match, such as "i386,sparc64".
-share/sgml/release.ent
+share/xml/release.ent
Release information. Need to update the entry definitions in
this file when rolling new revisions; these should take effect
in all documents.
-en_US.ISO8859-1/share/sgml/release.dsl
+en_US.ISO8859-1/share/xml/release.dsl
Language-dependent stylesheet for en, but also the default for
translations if they don't override the settings here. This
stylesheet sets the email footer at the bottom of HTML pages,
as well as a few other parameters. If necessary for
translations, this file can be overridden with
- */share/sgml/release.dsl and */share/sgml/catalog.
+ */share/xml/release.dsl and */share/xml/catalog.
*/relnotes/common/
Directory for multi-architecture release notes files.
@@ -88,7 +88,7 @@ tree. For example:
% make DOC_PREFIX=/usr/doc all
All definition of the "current" version of FreeBSD is contained in the
-share/sgml/release.ent file; release engineers should peruse the
+share/xml/release.ent file; release engineers should peruse the
contents of this file carefully when doing version number bumps.
When creating content for the architecture-dependent files, authors
@@ -108,9 +108,9 @@ When creating a translation, make a new directory under this
directory with a language code (paralleling the DocProj directory
structure). If necessary, new language-dependent HTML footers can be
generated by making a new language-dependent
-${LANG}/share/sgml/release.dsl, a ${LANG}/share/sgml/catalog that
+${LANG}/share/xml/release.dsl, a ${LANG}/share/xml/catalog that
points to it, and a new definition in the Makefiles that adds
-${LANG}/share/sgml/catalog to EXTRA_CATALOGS. Except for the Makefile
+${LANG}/share/xml/catalog to EXTRA_CATALOGS. Except for the Makefile
changes, this is the same procedure that is used for creating a new
translation for DocProj files.