Author: gjb
Date: Wed May  7 19:44:44 2014
New Revision: 265595
URL: http://svnweb.freebsd.org/changeset/base/265595

Log:
  Add references to sponsor.ent and vendor.ent in
  relnotes/article.xml and share/xml/catalog.xml.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml
  head/release/doc/share/xml/catalog.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml       Wed May  7 
19:43:23 2014        (r265594)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml       Wed May  7 
19:44:44 2014        (r265595)
@@ -3,6 +3,10 @@
        "../../../share/xml/freebsd50.dtd" [
 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" 
"release.ent">
  %release;
+<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" 
"sponsor.ent">
+ %sponsor;
+<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" 
"vendor.ent">
+ %vendor;
 ]>
 <article xmlns="http://docbook.org/ns/docbook"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="5.0">
   <info><title>&os; &release.current; Release Notes</title>

Modified: head/release/doc/share/xml/catalog.xml
==============================================================================
--- head/release/doc/share/xml/catalog.xml      Wed May  7 19:43:23 2014        
(r265594)
+++ head/release/doc/share/xml/catalog.xml      Wed May  7 19:44:44 2014        
(r265595)
@@ -7,5 +7,7 @@
               rewritePrefix="../../"/>
 
   <public publicId="-//FreeBSD//ENTITIES Release Specification//EN" 
uri="release.ent"/>
+  <public publicId="-//FreeBSD//ENTITIES Sponsor Specification//EN" 
uri="sponsor.ent"/>
+  <public publicId="-//FreeBSD//ENTITIES Vendor Specification//EN" 
uri="vendor.ent"/>
   <public publicId="-//FreeBSD//ENTITIES Auto Generated Device Lists//EN" 
uri="dev-auto.ent"/>
 </catalog>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to