From owner-freebsd-doc Tue Jul 3 20:40:25 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp1.interramp.com (smtp1.interramp.com [38.8.45.2]) by hub.freebsd.org (Postfix) with ESMTP id 4AF2737B401 for ; Tue, 3 Jul 2001 20:40:21 -0700 (PDT) (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 Subject: Re: foreign man pages required for building docs? In-Reply-To: References: 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 X-Dispatcher: imput version 20000228(IM140) Lines: 62 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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" 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 > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message