Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2000 01:50:03 -0800 (PST)
From:      Alexey Zelkin <phantom@cris.net>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get installed
Message-ID:  <200003020950.BAA60293@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/17120; it has been noted by GNATS.

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
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 <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?200003020950.BAA60293>