Install html documentation for libbz2/bzip2.
Reviewed by Simon Burge.
This commit is contained in:
parent
970a75f808
commit
1c35e133b0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.190 2000/11/08 10:49:27 wiz Exp $
|
||||
# $NetBSD: mi,v 1.191 2000/11/10 02:00:09 wiz Exp $
|
||||
.
|
||||
./altroot
|
||||
./bin
|
||||
|
@ -764,6 +764,7 @@
|
|||
./usr/share/dict/special
|
||||
./usr/share/doc
|
||||
./usr/share/doc/html
|
||||
./usr/share/doc/html/bzip2
|
||||
./usr/share/doc/html/ntp
|
||||
./usr/share/doc/html/ntp/hints
|
||||
./usr/share/doc/psd
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
# $NetBSD: mi,v 1.46 2000/11/08 11:11:29 wiz Exp $
|
||||
# $NetBSD: mi,v 1.47 2000/11/10 02:00:09 wiz Exp $
|
||||
./usr/share/dict/README
|
||||
./usr/share/dict/eign
|
||||
./usr/share/dict/propernames
|
||||
./usr/share/dict/web2
|
||||
./usr/share/dict/web2a
|
||||
./usr/share/dict/words
|
||||
./usr/share/doc/html/bzip2/manual_1.html
|
||||
./usr/share/doc/html/bzip2/manual_2.html
|
||||
./usr/share/doc/html/bzip2/manual_3.html
|
||||
./usr/share/doc/html/bzip2/manual_4.html
|
||||
./usr/share/doc/html/bzip2/manual_toc.html
|
||||
./usr/share/doc/html/ntp/Oncore-SHMEM.htm
|
||||
./usr/share/doc/html/ntp/accopt.htm
|
||||
./usr/share/doc/html/ntp/assoc.htm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NetBSD.dist,v 1.121 2000/11/08 02:48:12 lukem Exp $
|
||||
# $NetBSD: NetBSD.dist,v 1.122 2000/11/10 02:00:09 wiz Exp $
|
||||
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
|
||||
|
||||
/set type=dir uname=root gname=wheel mode=0755
|
||||
|
@ -469,6 +469,11 @@ doc
|
|||
# ./usr/share/doc/html
|
||||
html
|
||||
|
||||
# ./usr/share/doc/html/bzip2
|
||||
bzip2
|
||||
# ./usr/share/doc/html
|
||||
..
|
||||
|
||||
# ./usr/share/doc/html/ntp
|
||||
ntp
|
||||
# ./usr/share/doc/html/ntp/hints
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/11/08 02:15:13 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2000/11/10 02:00:10 wiz Exp $
|
||||
|
||||
LIB= bz2
|
||||
MKMAN= no
|
||||
|
@ -17,5 +17,13 @@ bzip2.texi: manual.texi
|
|||
-e 's/@node Overview, Implementation, Top, Top/@node Top, (dir), (dir), (dir)/' \
|
||||
<$> >$@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MKSHARE} != "no"
|
||||
FILESDIR= ${HTMLDOCDIR}/bzip2
|
||||
FILES= manual_toc.html manual_1.html manual_2.html manual_3.html \
|
||||
manual_4.html
|
||||
.endif
|
||||
|
||||
.include <bsd.info.mk>
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue