diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-01 16:33:40 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-01 16:33:40 +0000 |
commit | 539011fe16de0fa4f5b918d9880bbadde16a466f (patch) | |
tree | 65d0cce39d6af5cb87b36d7af78387c3e03b447f /usr.bin/bzip2 | |
parent | ec6d600e40c8e9c2a5538cf793956c2b074b1af4 (diff) | |
download | FreeBSD-src-539011fe16de0fa4f5b918d9880bbadde16a466f.zip FreeBSD-src-539011fe16de0fa4f5b918d9880bbadde16a466f.tar.gz |
Complete bzip2-1.0.2 import.
MFC in: 14 days
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r-- | usr.bin/bzip2/doc/Makefile | 6 | ||||
-rw-r--r-- | usr.bin/bzip2/doc/manual.texi.diff | 22 |
2 files changed, 25 insertions, 3 deletions
diff --git a/usr.bin/bzip2/doc/Makefile b/usr.bin/bzip2/doc/Makefile index f2cd6b4..1da51ed 100644 --- a/usr.bin/bzip2/doc/Makefile +++ b/usr.bin/bzip2/doc/Makefile @@ -6,9 +6,9 @@ INFO= bzip2 INFOSECTION= "Programming & development tools." MAKEINFOFLAGS= --no-validate -CLEANFILES+= bzip2.texi +CLEANFILES+= bzip2.texi bzip2.texi.orig -bzip2.texi: manual.texi - ln -sf ${.ALLSRC} ${.TARGET} +bzip2.texi: manual.texi manual.texi.diff + patch -s -b .orig -o ${.TARGET} < ${.ALLSRC:M*.diff} ${.ALLSRC:M*.texi} .include <bsd.info.mk> diff --git a/usr.bin/bzip2/doc/manual.texi.diff b/usr.bin/bzip2/doc/manual.texi.diff new file mode 100644 index 0000000..0c14f63 --- /dev/null +++ b/usr.bin/bzip2/doc/manual.texi.diff @@ -0,0 +1,22 @@ +$FreeBSD$ + +--- manual.texi 2002/02/01 16:00:45 1.1 ++++ manual.texi 2002/02/01 16:01:11 +@@ -46,8 +46,6 @@ + find it identical to that contained in the file LICENSE in the + source distribution. + +-@bf{------------------ START OF THE LICENSE ------------------} +- + This program, @code{bzip2}, + and associated library @code{libbzip2}, are + Copyright (C) 1996-2002 Julian R Seward. All rights reserved. +@@ -89,8 +87,6 @@ + @code{jseward@@acm.org} + + @code{bzip2}/@code{libbzip2} version 1.0.2 of 30 December 2001. +- +-@bf{------------------ END OF THE LICENSE ------------------} + + Web sites: + |