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:
parent
7d4a994791
commit
bd57358d83
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5501
1 changed files with 16 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- FreeBSD SGML Public Identifiers ...................................... --
|
-- 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"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN"
|
||||||
"../../en_US.ISO_8859-1/share/sgml/bookinfo.ent"
|
"../../en_US.ISO_8859-1/share/sgml/bookinfo.ent"
|
||||||
|
|
||||||
-- A hypothetical French version of the BookInfo FPI would look like
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
"-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"
|
"../../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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue