Date: Wed, 15 Aug 2001 20:32:56 -0700 From: Dima Dorfman <dima@unixfreak.org> To: doc@freebsd.org Subject: Moving authors.ent to share/sgml Message-ID: <20010816033301.B2DF83E28@bazooka.unixfreak.org>
next in thread | raw e-mail | index | archive | help
authors.ent, now found in doc/en_US.ISO8859-1/books/handbook, is no
longer Handbook-specific. In fact, its primary consumer is
articles/contributers, which lists all of the committers by their
entity. Other documents, incl. the FAQ, use it, too. I propose to
move (via repo-copy) authors.ent to share/sgml. The following patch
to share/sgml/catalog should do the trick.
Any objections?
Index: catalog
===================================================================
RCS file: /ref/cvsf/doc/share/sgml/catalog,v
retrieving revision 1.18
diff -u -r1.18 catalog
diff -u -r1.18 catalog
--- catalog 2001/08/05 19:40:38 1.18
+++ catalog 2001/08/16 03:18:55
@@ -29,6 +29,9 @@
PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
"freebsd.ent"
+PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
+ "authors.ent"
+
-- ...................................................................... --
-- English specific ..................................................... --
@@ -42,9 +45,6 @@
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN"
"../../en_US.ISO8859-1/share/sgml/bookinfo.ent"
-
-PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
- "../../en_US.ISO8859-1/books/handbook/authors.ent"
-- ...................................................................... --
-- French specific ...................................................... --
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010816033301.B2DF83E28>
