diff options
author | jfieber <jfieber@FreeBSD.org> | 1996-10-08 13:45:06 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1996-10-08 13:45:06 +0000 |
commit | c75b6f83bd908dad24cff37264fcd8c631923f96 (patch) | |
tree | 8aef6750715018e756abd96005ae9f1a919de12b /share/mk | |
parent | 0611e5ccfeefba38555ff21c17893ea71be36e5d (diff) | |
download | FreeBSD-src-c75b6f83bd908dad24cff37264fcd8c631923f96.zip FreeBSD-src-c75b6f83bd908dad24cff37264fcd8c631923f96.tar.gz |
Generate ISO-8859-1 text by default instead of US-ASCII.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.sgml.mk | 4 |
1 files 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 <bsd.sgml.mk> handles installing sgml documents. # <bsd.prog.mk> 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} |