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:[EMAIL PROTECTED]
SCC Internetworking & Databases           http://www.scc.nl/
The FreeBSD project                mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to