Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2000 01:11:07 +0300
From:      Alexey Zelkin <phantom@cris.net>
To:        Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
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>
In-Reply-To: <200003020830.AAA52402@freefall.freebsd.org>
References:  <200003020830.AAA52402@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk>
----------------------------------------------------------------------------

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000302011107.A1261>