svn commit: r53221 - head/share/xml
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gjb Date: Wed Jul 3 17:52:19 2019 New Revision: 53221 URL: https://svnweb.freebsd.org/changeset/doc/53221 Log: Sort macros numerically. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/share/xml/release.ent Modified: head/share/xml/release.ent ============================================================================== --- head/share/xml/release.ent Wed Jul 3 17:50:59 2019 (r53220) +++ head/share/xml/release.ent Wed Jul 3 17:52:19 2019 (r53221) @@ -96,20 +96,6 @@ <!ENTITY u.rel112.readme '&base;/releases/&rel112.current;R/readme.html'> <!ENTITY u.rel112.signatures '&base;/releases/&rel112.current;R/signatures.html'> -<!-- Tertiary "current release" entities --> -<!ENTITY rel3.current.major '10'> -<!ENTITY rel3.current '&rel3.current.major;.2'> -<!ENTITY rel3.current.date 'August, 2015'> - -<!-- URLs to information on the latest release --> -<!ENTITY u.rel3.notes '&base;/releases/&rel3.current;R/relnotes.html'> -<!ENTITY u.rel3.announce '&base;/releases/&rel3.current;R/announce.html'> -<!ENTITY u.rel3.errata '&base;/releases/&rel3.current;R/errata.html'> -<!ENTITY u.rel3.hardware '&base;/releases/&rel3.current;R/hardware.html'> -<!ENTITY u.rel3.installation '&base;/releases/&rel3.current;R/installation.html'> -<!ENTITY u.rel3.readme '&base;/releases/&rel3.current;R/readme.html'> -<!ENTITY u.rel3.signatures '&base;/releases/&rel3.current;R/signatures.html'> - <!-- URLs for backwards compatibility with previous doc structure --> <!ENTITY rel.current.major '&rel120.current.major;'> <!ENTITY rel.current '&rel120.current;'> @@ -151,6 +137,20 @@ <!ENTITY u.rel2.signatures '&base;/releases/&rel2.current;R/signatures.html'> <!-- URLs to old releases, kept so the build succeeds --> + +<!-- Tertiary "current release" entities --> +<!ENTITY rel3.current.major '10'> +<!ENTITY rel3.current '&rel3.current.major;.2'> +<!ENTITY rel3.current.date 'August, 2015'> + +<!-- URLs to information on the latest release --> +<!ENTITY u.rel3.notes '&base;/releases/&rel3.current;R/relnotes.html'> +<!ENTITY u.rel3.announce '&base;/releases/&rel3.current;R/announce.html'> +<!ENTITY u.rel3.errata '&base;/releases/&rel3.current;R/errata.html'> +<!ENTITY u.rel3.hardware '&base;/releases/&rel3.current;R/hardware.html'> +<!ENTITY u.rel3.installation '&base;/releases/&rel3.current;R/installation.html'> +<!ENTITY u.rel3.readme '&base;/releases/&rel3.current;R/readme.html'> +<!ENTITY u.rel3.signatures '&base;/releases/&rel3.current;R/signatures.html'> <!-- Quaternary "current release" entities --> <!ENTITY rel4.current.major '10'> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"