Add a new FPI for the authors.ent file, so that it can be referenced

by different documentation.

Add 3 new FPIs for the French translations.  They're not in the tree
yet, but they will be soon.
This commit is contained in:
Nik Clayton 1999-09-03 17:08:00 +00:00
parent 7d4a994791
commit bd57358d83
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5501

View file

@ -1,7 +1,7 @@
-- ...................................................................... --
-- FreeBSD SGML Public Identifiers ...................................... --
-- $Id: catalog,v 1.5 1999-08-16 22:09:18 nik Exp $
-- $Id: catalog,v 1.6 1999-09-03 17:08:00 nik Exp $
--
-- ...................................................................... --
@ -31,6 +31,18 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN"
"../../en_US.ISO_8859-1/share/sgml/bookinfo.ent"
-- A hypothetical French version of the BookInfo FPI would look like
"-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"
--
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
"../../en_US.ISO_8859-1/books/handbook/authors.ent"
-- ...................................................................... --
-- French specific ...................................................... --
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"
"../../fr_FR.ISO_8859-1/share/sgml/bookinfo.ent"
PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR"
"../../fr_FR.ISO_8859-1/share/sgml/urls.ent"
PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"
"../../fr_FR.ISO_8859-1/share/sgml/translators.ent"