Somewhat formalize the "multiple 'latest' versions" entities hack

of doc/en_US.ISO8859-1/books/faq/book.sgml rev 1.509 by moving
the entity definitions to the place where we define all the other
version number entities.  This makes it far more likely that they'll
be updated correctly during version number bumps.
This commit is contained in:
Bruce A. Mah 2003-03-08 15:42:46 +00:00
parent ee726148f1
commit f602b36021
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16228
2 changed files with 7 additions and 7 deletions

View file

@ -16,13 +16,6 @@
<!ENTITY bibliography SYSTEM "../../../share/sgml/bibliography.sgml">
<!-- Hackish entities so that we can deal with multiple version -->
<!-- numbers for "latest" versions of FreeBSD. This needs to be -->
<!-- handled in a more generalized way. -->
<!ENTITY rel2.current CDATA "4.7">
<!ENTITY rel2.current.date CDATA "October 2002">
]>
<book>

View file

@ -24,6 +24,13 @@
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
<!-- Entities for multiple "latest" versions of FreeBSD -->
<!ENTITY rel2.current CDATA "4.7">
<!ENTITY rel2.current.date CDATA "October 2002">
<!ENTITY rel2.current.notes 'http://www.FreeBSD.org/releases/&rel2.current;R/notes.html'>
<!ENTITY rel2.current.hardware 'http://www.FreeBSD.org/releases/&rel2.current;R/hardware.html'>
<!ENTITY rel2.current.errata 'http://www.FreeBSD.org/releases/&rel2.current;R/errata.html'>
<!-- Sections that we don't want to be published -->
<!ENTITY % not.published "IGNORE">