From owner-man-jp@jp.freebsd.org  Wed Jul  4 13:48:38 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id NAA23990;
	Wed, 4 Jul 2001 13:48:38 +0900 (JST)
	(envelope-from owner-man-jp@jp.FreeBSD.org)
Received: from c007.snv.cp.net (c007-h000.c007.snv.cp.net [209.228.33.206])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with SMTP id NAA23957
	for <man-jp@jp.FreeBSD.org>; Wed, 4 Jul 2001 13:48:36 +0900 (JST)
	(envelope-from otterr@telocity.com)
Received: (cpmta 14514 invoked from network); 3 Jul 2001 21:47:59 -0700
Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85)
  by smtp.telocity.com (209.228.33.206) with SMTP; 3 Jul 2001 21:47:59 -0700
X-Sent: 4 Jul 2001 04:47:59 GMT
From: "Otter" <otterr@telocity.com>
To: "Kazuo Horikawa" <horikawa@psinet.com>
Cc: <doc@freebsd.org>, <man-jp@jp.FreeBSD.org>
Date: Wed, 4 Jul 2001 00:46:18 -0400
Message-ID: <PCEGINJJIOIMLAAHJLIPGEJECEAA.otterr@telocity.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
In-Reply-To: <20010703234123H.horikawa@psinet.com>
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Reply-To: <otterr@telocity.com>
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: man-jp 3585
Subject: [man-jp 3585] RE: foreign man pages required for building docs? [answered]
Errors-To: owner-man-jp@jp.freebsd.org
Sender: owner-man-jp@jp.freebsd.org
X-Originator: otterr@telocity.com

cool... that worked! Thanks.
-Otter


> -----Original Message-----
> From: Kazuo Horikawa [mailto:horikawa@psinet.com]
> Sent: Tuesday, July 03, 2001 10:41 AM
> To: otterr@telocity.com
> Cc: doc@freebsd.org; man-jp@jp.FreeBSD.org
> Subject: Re: foreign man pages required for building docs?
>
>
> Hi Otter,
>
> I think you need execute "make all" before "make install".
> I am sorry about this, but this seems to be current behavior(?) of
> bsd.prog.mk, which doc/ja_JP.eucJP/man/man[1-9]/Makefile uses.
>
> I guess the directory /usr/share/man/ja/man1 itself exists on your
> system, accoding to recent /etc/mtree/BSD.usr.dist.
>
> I hope this info helps you.
>
> Thanks,
> --
> Kazuo Horikawa
>
> From: "Otter" <otterr@telocity.com>
> Subject: foreign man pages required for building docs?
> Date: Sat, 30 Jun 2001 20:21:05 -0400
>
> > I've found that the japanese docs are the only language I
> can't build.
> > After a cvsup of the docs, I can build all languages but this one.
> > It's looking for the man for a2p, but the actual is in a different
> > location than where the japanese port is looking for it.
> I'm not sure
> > this is exactly worthy of a PR, since I'm not sure about
> working with
> > japanese man pages. I just wanted to build all the languages for a
> > convenient reference point to anyone who may be on my network. See
> > below for a paste of what i'm seeing...
> >
> > kashmir# pwd
> > /usr/doc
> > kashmir# make install
> > <snip>
> > install -C  -o root -g wheel -m 444 `xargs < HTML.manifest`
> > /usr/share/doc/ja/books/porters-handbook
> > install -C  -o root -g wheel -m 444 docbook.css
> > /usr/share/doc/ja/books/porters-handbook
> > ===> ja_JP.eucJP/man
> > ===> ja_JP.eucJP/man/man1
> > install -c -o root -g wheel -m 444 a2p.1.gz
> /usr/share/man/ja/man1
> > install: a2p.1.gz: No such file or directory
>  ^^^^^^^^
> > *** Error code 71
> >
> > Stop in /usr/doc/ja_JP.eucJP/man/man1.
> > *** Error code 1
> >
> > Stop in /usr/doc/ja_JP.eucJP/man.
> > *** Error code 1
> >
> > Stop in /usr/doc/ja_JP.eucJP.
> > *** Error code 1
> >
> > Stop in /usr/doc.
> > kashmir# whereis a2p
> > a2p: /usr/bin/a2p /usr/share/man/man1/a2p.1.gz
> > kashmir#
> >
> > Please Cc: me as I'm not subscribed to this list. TIA.
> > -Otter
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-doc" in the body of the message
>

