From owner-freebsd-current Wed Jul 28 8:39:32 1999 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 2EAB6154B4 for ; Wed, 28 Jul 1999 08:39:10 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:cA1z3mOv6u96jrGvQbJUuvexaVS4iWEJ@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id AAA05398; Thu, 29 Jul 1999 00:37:48 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id AAA28721; Thu, 29 Jul 1999 00:42:06 +0900 (JST) Message-Id: <199907281542.AAA28721@zodiac.mech.utsunomiya-u.ac.jp> To: "John W. DeBoskey" Cc: freebsd-current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: make release doc failure In-reply-to: Your message of "Wed, 28 Jul 1999 10:16:16 -0400." <199907281416.KAA98204@bb01f39.unx.sas.com> References: <199907281416.KAA98204@bb01f39.unx.sas.com> Date: Thu, 29 Jul 1999 00:42:05 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > For those of you who may not have seen this, and my apologies >if I haven't seen it and everyone else has... [...] >===> en/handbook >/usr/local/bin/jade -V html-manifest -ioutput.html -c /usr/doc/share/sgml/cat >alog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/shar >e/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /usr/doc/shar >e/sgml/freebsd.dsl -t sgml handbook.sgml >/usr/local/bin/jade:serialcomms/chapter.sgml:2016:2:E: general entity "man.boo >t.8" not defined and no default entity >/usr/local/bin/jade:serialcomms/chapter.sgml:2016:19:E: general entity "man.lo >ader.8" not defined and no default entity >/usr/local/bin/jade:serialcomms/chapter.sgml:2680:12:E: general entity "man.lo >ader.conf.5" not defined and no default entity >*** Error code 1 [...] You need the following patch to doc/share/sgml/man-refs.ent. I submitted this to Nik this morning. Kazu Index: man-refs.ent =================================================================== RCS file: /src/CVS/doc/share/sgml/man-refs.ent,v retrieving revision 1.6 diff -u -r1.6 man-refs.ent --- man-refs.ent 1999/06/07 22:33:12 1.6 +++ man-refs.ent 1999/07/19 10:06:11 @@ -79,6 +79,7 @@ + @@ -92,6 +93,7 @@ + @@ -106,6 +108,7 @@ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message