summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-02 05:02:54 +0000
committerache <ache@FreeBSD.org>1997-05-02 05:02:54 +0000
commit3e143d2fb6346ad3f9f645e5e7992c6bb2d582c8 (patch)
tree6d65a4c6f2a7540570bc7c552b7f3d717a2fd9fe /share/mk
parent6adcdc79fd1b8bcdef60c8485faa866fa53a7bfa (diff)
downloadFreeBSD-src-3e143d2fb6346ad3f9f645e5e7992c6bb2d582c8.zip
FreeBSD-src-3e143d2fb6346ad3f9f645e5e7992c6bb2d582c8.tar.gz
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.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.sgml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk
index 2c15bfb..6e71b90 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$
+# $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}
OpenPOWER on IntegriCloud