From 3ac389f2d4d52d933b7a14db344305aa742829f0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 19 Jul 2000 01:46:48 +0000 Subject: [PATCH] Don't allow html-split to be treated as a format during install. Admittedly, this is a hack, and the real solution is to sanitize FORMATS by removing any words that aren't in KNOWN_FORMATS. This fixes release since releases uses 'html html-split txt' for FORMATS when it compiles and installs the docs. --- share/mk/doc.html.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/doc.html.mk b/share/mk/doc.html.mk index d395772a07..67b2239741 100644 --- a/share/mk/doc.html.mk +++ b/share/mk/doc.html.mk @@ -1,5 +1,5 @@ # -# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.11 2000/04/29 07:46:15 kuriyama Exp $ +# $FreeBSD: doc/share/mk/doc.html.mk,v 1.1 2000/06/26 09:04:24 nik Exp $ # # This include file handles building and installing of # HTML documentation in the FreeBSD Documentation Project. @@ -186,7 +186,7 @@ ${DOC}.${_cf}.${_curcompress}: ${DOC}.${_cf} _PROG_COMPRESS_${_curcompress} # .if !defined(INSTALL_ONLY_COMPRESSED) || empty(INSTALL_ONLY_COMPRESSED) -_curinst+= ${FORMATS:S/^/install-/g} +_curinst+= ${FORMATS:S/html-split//:S/^/install-/g} .endif realinstall: ${_curinst}