diff options
| author | christos <christos@NetBSD.org> | 2008-03-18 14:48:39 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-03-18 14:48:39 +0000 |
| commit | 0738e9e28d9125617841feac6a496a03371cd2a4 (patch) | |
| tree | af31360417f9804f813aa1c16a564ded30d9d766 /lib/libbz2 | |
| parent | cc697897791f33d30e04b346647bd0e5f565f4c9 (diff) | |
no more texinfo files.
Diffstat (limited to 'lib/libbz2')
| -rw-r--r-- | lib/libbz2/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index 41d7bb31d39..f69e592aeda 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:18 tls Exp $ +# $NetBSD: Makefile,v 1.12 2008/03/18 14:48:39 christos Exp $ USE_FORT?= yes # data driven bugs? @@ -15,9 +15,6 @@ SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \ INCS= bzlib.h INCSDIR= /usr/include -TEXINFO= bzip2.info -CLEANFILES+= bzip2.texi - # XXX huffman.c gets mis-compiled with 2.95.3 .if ${MACHINE_ARCH} == "vax" COPTS+= -O0 @@ -29,19 +26,9 @@ COPTS+= -O0 COPTS.blocksort.c+= -O0 .endif -bzip2.texi: manual.texi - @-rm -f $@ - sed -e 's/@parindent.*//' \ - -e 's/@parskip.*//' \ - -e 's/@node Overview, Implementation, Top, Top/@node Overview, (dir), Top, (dir)/' \ - -e 's/@itemize$$/@itemize @bullet/' \ - -e 's/@bf{\(.*\)}/\1/' \ - <$> >$@ - .if ${MKSHARE} != "no" FILESDIR= ${HTMLDOCDIR}/bzip2 -FILES= manual_toc.html manual_1.html manual_2.html manual_3.html \ - manual_4.html +FILES= manual.html .endif .include <bsd.info.mk> |
