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:
parent
a256f5a022
commit
d228db0cbc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25381
@ -1,7 +1,7 @@
|
||||
# bsd.sgml.mk - 8 Sep 1995 John Fieber
|
||||
# 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.
|
||||
# <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 latin1
|
||||
FORMATS?= html latin1 ascii
|
||||
SGMLFLAGS+= ${SGMLOPTS}
|
||||
|
||||
VOLUME?= ${.CURDIR:T}
|
||||
|
Loading…
Reference in New Issue
Block a user