Add ascii to default formats list.

latin1 looks very ugly on Russian screens/printers and users should
be able to print/view handbook first without inner knowledge of
bsd.sgml.mk tuning.
This commit is contained in:
Andrey A. Chernov 1997-05-02 05:02:54 +00:00
parent a256f5a022
commit d228db0cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25381

View file

@ -1,7 +1,7 @@
# bsd.sgml.mk - 8 Sep 1995 John Fieber # bsd.sgml.mk - 8 Sep 1995 John Fieber
# This file is in the public domain. # This file is in the public domain.
# #
# $Id$ # $Id: bsd.sgml.mk,v 1.15 1997/02/22 13:56:14 peter Exp $
# #
# The include file <bsd.sgml.mk> handles installing sgml documents. # The include file <bsd.sgml.mk> handles installing sgml documents.
# <bsd.prog.mk> includes the file named "../Makefile.inc" if it exists, # <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. # If FORMATS is empty, nothing will be built or installed.
# Use SGMLOPTS to pass extra flags to sgmlfmt(1). # Use SGMLOPTS to pass extra flags to sgmlfmt(1).
FORMATS?= html latin1 FORMATS?= html latin1 ascii
SGMLFLAGS+= ${SGMLOPTS} SGMLFLAGS+= ${SGMLOPTS}
VOLUME?= ${.CURDIR:T} VOLUME?= ${.CURDIR:T}