From owner-freebsd-current Sun Sep 19 5:33:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 74B8E15154 for ; Sun, 19 Sep 1999 05:33:28 -0700 (PDT) (envelope-from freebsd-current@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id OAA12911 for current@FreeBSD.org; Sun, 19 Sep 1999 14:26:25 +0200 (CEST) (envelope-from freebsd-current@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for current@FreeBSD.org (current@FreeBSD.org) To: current@FreeBSD.org Date: Sun, 19 Sep 1999 14:26:18 +0200 From: Marcel Moolenaar Message-ID: <37E4D66A.FE5D758@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: man(1): error while formatting page Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Man(1) produces the following error before displaying the manpage: Formatting page, please wait.../usr/share/tmac/tmac.doc:63: can't find macro file `mdoc/locale/locale-list' Done. The following patch solves the problem, although it is probably not suitable for being committed as it is: Index: Makefile.sub =================================================================== RCS file: /home/ncvs/src/contrib/groff/tmac/Makefile.sub,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile.sub --- Makefile.sub 1996/09/07 16:18:25 1.1.1.1 +++ Makefile.sub 1999/09/14 08:26:38 @@ -5,7 +5,8 @@ tmac.lj4 eqnrc troffrc tmac.safer SPECIALFILES=tmac.an tmac.s STRIPFILES=tmac.e tmac.doc tmac.doc.old -MDOCFILES=doc-common doc-ditroff doc-nroff doc-syms +MDOCFILES=doc-common doc-ditroff doc-nroff doc-syms \ + locale/locale-list locale/koi8-r mdocdir=$(tmacdir)/mdoc CLEANADD=stamp-strip stamp-wrap tmac.e-s tmac.doc-s tmac.doc.old-s \ doc-common-s doc-ditroff-s doc-nroff-s doc-syms-s *-wrap Andrey didn't reply to my mail about it, so if nobody else has any objections (or beat me to it), I'll fix it this week. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message