From 32674d72818eb33ddc740f3ddaf9b51cd477863e Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Jul 2003 13:40:45 +0000 Subject: [PATCH] Create both FDOC and HDOC. Should fix bulk build failure. --- audio/festdoc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile index e1d5e824865f..59962e3575d1 100644 --- a/audio/festdoc/Makefile +++ b/audio/festdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/06/26 12:42:30 seb Exp $ +# $NetBSD: Makefile,v 1.14 2003/07/22 13:40:45 wiz Exp $ DISTNAME= festdoc-1.4.0.1 PKGNAME= festival-doc-1.4.0.1 @@ -28,6 +28,7 @@ post-extract: do-install: ${INSTALL_DATA_DIR} ${FDOC} + ${INSTALL_DATA_DIR} ${HDOC} cd ${WRKSRC}; \ ${PAX} -rw speechtools ${HDOC}; \ cd festival; \