1 1.6 tv # $NetBSD: Makefile,v 1.6 2001/12/12 00:51:01 tv Exp $ 2 1.1 ross 3 1.6 tv LIB= bz2 4 1.6 tv NOMAN= # defined 5 1.6 tv DIST= ${.CURDIR}/../../dist/bzip2 6 1.6 tv .PATH: ${DIST} 7 1.1 ross 8 1.6 tv SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \ 9 1.6 tv decompress.c bzlib.c 10 1.6 tv INCS= bzlib.h 11 1.6 tv INCSDIR= /usr/include 12 1.1 ross 13 1.5 simonb TEXINFO= bzip2.info 14 1.3 wiz CLEANFILES+= bzip2.texi 15 1.3 wiz 16 1.6 tv bzip2.texi: manual.texi 17 1.6 tv @-rm -f $@ 18 1.6 tv sed -e 's/@parindent.*//' \ 19 1.6 tv -e 's/@parskip.*//' \ 20 1.6 tv -e 's/@node Overview, Implementation, Top, Top/@node Overview, (dir), Top, (dir)/' \ 21 1.6 tv -e 's/@itemize$$/@itemize @bullet/' \ 22 1.6 tv <$> >$@ 23 1.4 wiz 24 1.4 wiz .include <bsd.own.mk> 25 1.4 wiz 26 1.4 wiz .if ${MKSHARE} != "no" 27 1.4 wiz FILESDIR= ${HTMLDOCDIR}/bzip2 28 1.4 wiz FILES= manual_toc.html manual_1.html manual_2.html manual_3.html \ 29 1.4 wiz manual_4.html 30 1.4 wiz .endif 31 1.3 wiz 32 1.3 wiz .include <bsd.info.mk> 33 1.1 ross .include <bsd.lib.mk> 34