svn commit: r44347 - head/share/xml

Gabor Pali pgj at FreeBSD.org
Mon Mar 24 22:15:13 UTC 2014


Author: pgj
Date: Mon Mar 24 22:15:12 2014
New Revision: 44347
URL: http://svnweb.freebsd.org/changeset/doc/44347

Log:
  - Allow entities from authors.ent to be used for quarterly status reports
  
  Inspired by:	rene

Modified:
  head/share/xml/statusreport.dtd

Modified: head/share/xml/statusreport.dtd
==============================================================================
--- head/share/xml/statusreport.dtd	Mon Mar 24 21:22:33 2014	(r44346)
+++ head/share/xml/statusreport.dtd	Mon Mar 24 22:15:12 2014	(r44347)
@@ -117,3 +117,7 @@
  PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
         "http://www.FreeBSD.org/XML/share/xml/common.ent">
 %common.ent;
+
+<!ENTITY % authors PUBLIC  "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
+	"authors.ent">
+%authors;


More information about the svn-doc-all mailing list