diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-02 05:07:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-02 05:07:45 +0000 |
| commit | 33293868ee7ffd27c7904a0055fadc0869d8d270 (patch) | |
| tree | c68a1a850470306fd081b7f93856bd51cf044b5e | |
| parent | d228db0cbc0ff9635eaf7882623b82a64e0d71e2 (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 6e71b908dd6c..2e5ea56370d9 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.15 1997/02/22 13:56:14 peter Exp $ +# $Id: bsd.sgml.mk,v 1.16 1997/05/02 05:02:54 ache 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, latin1, nroff). [html latin1] +# (ascii, html, latex, latin1, nroff). [html latin1 ascii] # # LPR Printer command. [lpr] # |
