summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-06 21:55:18 +0000
committerwosch <wosch@FreeBSD.org>1996-10-06 21:55:18 +0000
commite31664a6a3a4ec1e05f757c261a0113db11f9edf (patch)
tree059a402cf752a82f64029c93b5074a62be36ac6f /share
parenta448864d5187e882069f43cd173aa1b862f29e67 (diff)
downloadFreeBSD-src-e31664a6a3a4ec1e05f757c261a0113db11f9edf.zip
FreeBSD-src-e31664a6a3a4ec1e05f757c261a0113db11f9edf.tar.gz
Create first HTML output and than ASCII. Generating
HTML formatted output is usually faster and we see SGML errors earlier.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sgml.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk
index 63fe905..ed2dd6d 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.9 1996/09/29 18:21:16 jfieber Exp $
+# $Id: bsd.sgml.mk,v 1.10 1996/10/01 23:44:03 jfieber Exp $
#
# The include file <bsd.sgml.mk> handles installing sgml documents.
# <bsd.prog.mk> includes the file named "../Makefile.inc" if it exists,
@@ -13,7 +13,7 @@
# DISTRIBUTION Name of distribution. [doc]
#
# FORMATS Indicates which output formats will be generated
-# (ascii, html, latex, nroff). [ascii html]
+# (ascii, html, latex, nroff). [html ascii]
#
# LPR Printer command. [lpr]
#
@@ -55,7 +55,7 @@
# If FORMATS is empty, nothing will be built or installed.
# Use SGMLOPTS to pass extra flags to sgmlfmt(1).
-FORMATS?= ascii html
+FORMATS?= html ascii
SGMLFLAGS+= ${SGMLOPTS}
VOLUME?= ${.CURDIR:T}
OpenPOWER on IntegriCloud