From c75b6f83bd908dad24cff37264fcd8c631923f96 Mon Sep 17 00:00:00 2001 From: jfieber Date: Tue, 8 Oct 1996 13:45:06 +0000 Subject: Generate ISO-8859-1 text by default instead of US-ASCII. --- share/mk/bsd.sgml.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk index ed2dd6d..679a1ad 100644 --- a/share/mk/bsd.sgml.mk +++ b/share/mk/bsd.sgml.mk @@ -1,7 +1,7 @@ # bsd.sgml.mk - 8 Sep 1995 John Fieber # This file is in the public domain. # -# $Id: bsd.sgml.mk,v 1.10 1996/10/01 23:44:03 jfieber Exp $ +# $Id: bsd.sgml.mk,v 1.11 1996/10/06 21:55:18 wosch Exp $ # # The include file handles installing sgml documents. # includes the file named "../Makefile.inc" if it exists, @@ -55,7 +55,7 @@ # If FORMATS is empty, nothing will be built or installed. # Use SGMLOPTS to pass extra flags to sgmlfmt(1). -FORMATS?= html ascii +FORMATS?= html latin1 SGMLFLAGS+= ${SGMLOPTS} VOLUME?= ${.CURDIR:T} -- cgit v1.1