From 0764dce2cb35f7cc7f1d1ea15ba1f752ec03d726 Mon Sep 17 00:00:00 2001 From: John Fieber Date: Tue, 8 Oct 1996 13:45:06 +0000 Subject: [PATCH] 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 ed2dd6d3ec3c..679a1ada751b 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}