Makefile revision 1.4
11.4Swiz# $NetBSD: Makefile,v 1.4 2000/11/10 02:00:10 wiz Exp $ 21.1Sross 31.1SrossLIB= bz2 41.2SlukemMKMAN= no 51.1Sross 61.1SrossSRCS=blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c 71.1SrossINCS= bzlib.h 81.1SrossINCSDIR=/usr/include 91.1Sross 101.3SwizTEXINFO= bzip2.info 111.3SwizCLEANFILES+= bzip2.texi 121.3Swiz 131.3Swizbzip2.texi: manual.texi 141.3Swiz @-rm -f $@ 151.3Swiz sed -e 's/@parindent.*//' \ 161.3Swiz -e 's/@parskip.*//' \ 171.3Swiz -e 's/@node Overview, Implementation, Top, Top/@node Top, (dir), (dir), (dir)/' \ 181.3Swiz <$> >$@ 191.4Swiz 201.4Swiz.include <bsd.own.mk> 211.4Swiz 221.4Swiz.if ${MKSHARE} != "no" 231.4SwizFILESDIR= ${HTMLDOCDIR}/bzip2 241.4SwizFILES= manual_toc.html manual_1.html manual_2.html manual_3.html \ 251.4Swiz manual_4.html 261.4Swiz.endif 271.3Swiz 281.3Swiz.include <bsd.info.mk> 291.1Sross.include <bsd.lib.mk> 30