From owner-freebsd-doc Thu Mar 2 1:50: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D085337BF88 for ; Thu, 2 Mar 2000 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA60293; Thu, 2 Mar 2000 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 01:50:03 -0800 (PST) Message-Id: <200003020950.BAA60293@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Alexey Zelkin Subject: Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get installed Reply-To: Alexey Zelkin Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/17120; it has been noted by GNATS. 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 Date: Thu, 2 Mar 2000 01:11:07 +0300 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