diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-02 05:02:54 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-02 05:02:54 +0000 |
| commit | d228db0cbc0ff9635eaf7882623b82a64e0d71e2 (patch) | |
| tree | 5686dc09d85cd28cbd4ba7a85c187857c88902d6 | |
| parent | a256f5a0228c091f26c532d6ffc65d1189f1c816 (diff) | |
Notes
| -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 2c15bfb81307..6e71b908dd6c 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} |
