From owner-freebsd-doc Thu Mar 2 1:46:39 2000 Delivered-To: freebsd-doc@freebsd.org Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 0845937BF88; Thu, 2 Mar 2000 01:46:31 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.9.3/8.9.3) with UUCP id LAA05793; Thu, 2 Mar 2000 11:56:31 +0300 (MSK) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id BAA01377; Thu, 2 Mar 2000 01:11:07 +0300 (MSK) Date: Thu, 2 Mar 2000 01:11:07 +0300 From: Alexey Zelkin To: Yoshinobu Inoue Cc: freebsd-doc@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get installed Message-ID: <20000302011107.A1261@scorpion.crimea.ua> References: <200003020830.AAA52402@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <200003020830.AAA52402@freefall.freebsd.org> X-Operating-System: FreeBSD 2.2.7-RELEASE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, On Thu, Mar 02, 2000 at 12:30:03AM -0800, Yoshinobu Inoue wrote: > > >Description: > > > > src/share/doc/IPv6/IMPLEMENTATION doesn't get installed on an > > installworld. I think it's supposed to go to > > /usr/share/doc/IPv6/IMPLEMENTATION. > > > > This should be fairly trivial to someone reasonably familiar > > with how docs get installed, but I'm not that someone. > > I committed it, but I also am not familiar with how to get it > installed. > Could someone please give me hints? Try to apply following patches. They're untested, but should work. > (As far as I checked the doc dir, all other files seems to be man > style, and on the other hand, IMPLEMENTATION is just a plain > text. Did I placed it to wrong dir? ) No. You just forgoten to include this directory to building scheme -- you forgot to add Makefile for this dir. Put this Makefile to src/share/doc/IPv6 ---------------------------------------------------------------------------- # $FreeBSD$ FILES= IMPLEMENTATION DOCDIR = ${SHAREDIR}/doc/IPv6 NOMAN = noman NOOBJ = noobj install: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \ ${DESTDIR}${DOCDIR} .include ---------------------------------------------------------------------------- Apply this patch to src/share/doc/Makefile Index: Makefile =================================================================== RCS file: /usr/local/CVSROOT/src/share/doc/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 1999/08/28 00:18:00 1.14 +++ Makefile 2000/03/01 21:48:58 @@ -1,7 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/doc/Makefile,v 1.14 1999/08/28 00:18:00 peter Exp $ -SUBDIR= psd smm usd papers +SUBDIR= psd smm usd papers IPv6 # Default output formats are ascii for troff documents, and # ascii and html for sgml documents. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message