From owner-man-jp@jp.freebsd.org  Wed Jul  4 12:40:29 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id MAA18679;
	Wed, 4 Jul 2001 12:40:29 +0900 (JST)
	(envelope-from owner-man-jp@jp.FreeBSD.org)
Received: from smtp1.interramp.com (smtp1.interramp.com [38.8.45.2])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id MAA18673
	for <man-jp@jp.freebsd.org>; Wed, 4 Jul 2001 12:40:28 +0900 (JST)
	(envelope-from horikawa@psinet.com)
Received: from [38.26.194.103] (helo=localhost)
	by smtp1.interramp.com with esmtp (Exim 1.90 #1)
	id 15HdWP-0000XU-00; Tue, 3 Jul 2001 23:40:13 -0400
To: otterr@telocity.com
Cc: doc@freebsd.org, man-jp@jp.FreeBSD.org
In-Reply-To: <PCEGINJJIOIMLAAHJLIPAEDHCEAA.otterr@telocity.com>
References: <PCEGINJJIOIMLAAHJLIPAEDHCEAA.otterr@telocity.com>
X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20010703234123H.horikawa@psinet.com>
Date: Tue, 03 Jul 2001 23:41:23 +0900
From: Kazuo Horikawa <horikawa@psinet.com>
X-Dispatcher: imput version 20000228(IM140)
Lines: 62
Reply-To: man-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: man-jp 3581
Subject: [man-jp 3581] Re: foreign man pages required for building docs?
Errors-To: owner-man-jp@jp.freebsd.org
Sender: owner-man-jp@jp.freebsd.org
X-Originator: horikawa@psinet.com

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
