Do not depend on texi2html, use makeinfo --html instead.

This commit is contained in:
espie 2001-10-03 09:51:34 +00:00
parent 10c19614d7
commit e264345964

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/08 06:50:36 kevlo Exp $
# $OpenBSD: Makefile,v 1.2 2001/10/03 09:51:34 espie Exp $
COMMENT= "library for balanced binary trees"
@ -17,13 +17,14 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= texi2html::textproc/texi2html
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= avl
CONFIGURE_STYLE= gnu
post-build:
cd ${WRKBUILD} && makeinfo --html -o avl.html --ifinfo avl.texinfo
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libavl
${INSTALL_DATA} ${WRKSRC}/avl.html ${PREFIX}/share/doc/libavl