sgml error in doc/nl tree
Ceri Davies
ceri at submonkey.net
Sun Sep 26 23:32:30 UTC 2004
On Sun, Sep 26, 2004 at 11:08:28PM +0000, Josef El-Rayes wrote:
> hi friends!
>
> does anyone know how i can fix the following error:
>
> when i build inside the doc/nl_NL.ISO8859-1/books/handbook/
> directory i get:
>
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/book.sgml:23:88:W:
> cannot generate system identifier for public text "-//FreeBSD//ENTITIES
> DocBook Mailing List Entities//EN"
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/book.sgml:23:104:E:
> reference to entity "mailing-lists" for which no system identifier could
> be generated
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/book.sgml:23:0:
> entity was defined here
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/book.sgml:141:2:E:
> general entity "a.doc" not defined and no default entity
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml:819:16:E:
> general entity "a.hackers" not defined and no default entity
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml:819:33:E:
> general entity "a.announce" not defined and no default entity
> /usr/local/bin/jade:/d/home/josef/work/doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml:884:8:E:
> general entity "a.committers" not defined and no default entity
>
> ironically i dont get this error when i check it out via cvsup locally,
> although i have the same file count and the files are the same. i also
> hadnt this before i checked the files in, i checked in every file
> except these two .kil files in basics/ and install/
> i get this error when i check the repo out at freefall and do a build
> inside the handbook directory.
>
> any idea whats wrong or missing here?
The attached patch corrects this error here.
Cheers,
Ceri
--
It is not tinfoil, it is my new skin. I am a robot.
-------------- next part --------------
Index: books/handbook/book.sgml
===================================================================
RCS file: /home/ncvs/doc/nl_NL.ISO8859-1/books/handbook/book.sgml,v
retrieving revision 1.1
diff -u -r1.1 book.sgml
--- books/handbook/book.sgml 25 Sep 2004 23:28:46 -0000 1.1
+++ books/handbook/book.sgml 26 Sep 2004 23:29:45 -0000
@@ -20,7 +20,7 @@
%authors;
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
%teams;
-<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"> %mailing-lists;
+<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL"> %mailing-lists;
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"> %newsgroups;
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademarks;
Index: share/sgml/catalog
===================================================================
RCS file: /home/ncvs/doc/nl_NL.ISO8859-1/share/sgml/catalog,v
retrieving revision 1.2
diff -u -r1.2 catalog
--- share/sgml/catalog 23 Sep 2001 09:06:43 -0000 1.2
+++ share/sgml/catalog 26 Sep 2004 23:30:37 -0000
@@ -7,5 +7,5 @@
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
"freebsd.dsl"
-PUBLIC "-//FreeBSD/ENTITIES DocBook Mailing List Entities//NL"
+PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL"
"mailing-lists.ent"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20040927/1855cb20/attachment.sig>
More information about the freebsd-doc
mailing list