Date: Sat, 15 Sep 2012 18:52:16 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39557 - head/share/sgml Message-ID: <201209151852.q8FIqGZK009556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor Date: Sat Sep 15 18:52:16 2012 New Revision: 39557 URL: http://svn.freebsd.org/changeset/doc/39557 Log: - Fix problems related to automatically generated entities PR: www/171659 Submitted by: Derek Wood <ddwood@outlook.com> Modified: head/share/sgml/catalog-cwd.xml head/share/sgml/xhtml10-freebsd.dtd (contents, props changed) Modified: head/share/sgml/catalog-cwd.xml ============================================================================== --- head/share/sgml/catalog-cwd.xml Sat Sep 15 18:43:26 2012 (r39556) +++ head/share/sgml/catalog-cwd.xml Sat Sep 15 18:52:16 2012 (r39557) @@ -11,6 +11,6 @@ rewritePrefix="./"/> <public - publicId="-//FreeBSD//DTD FreeBSD Automatically Generated Entities//EN" + publicId="-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN" uri="autogen.ent" /> </catalog> Modified: head/share/sgml/xhtml10-freebsd.dtd ============================================================================== --- head/share/sgml/xhtml10-freebsd.dtd Sat Sep 15 18:43:26 2012 (r39556) +++ head/share/sgml/xhtml10-freebsd.dtd Sat Sep 15 18:52:16 2012 (r39557) @@ -3,6 +3,10 @@ <!-- FreeBSD XHTML 1.0 Transitional-Based Extension --> <!-- PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" --> +<!ENTITY % autogen.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN" +"http://www.FreeBSD.org/XML/cwd/autogen.ent"> +%autogen.ent; + <!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" "http://www.FreeBSD.org/XML/doc/share/sgml/l10n.ent"> %l10n.ent;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209151852.q8FIqGZK009556>