diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-23 20:09:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-23 20:09:21 +0000 |
| commit | c4be71c2547503b23cfd9f3ee9f4dfc83bb062ac (patch) | |
| tree | 0e96ad8de44a2418b5ec42b7862ea9e3489ae01f | |
| parent | feb308afd5c9887cfe8e167532919ae22b65b964 (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.sgml.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk index 389ba25dceb2..3e0d3e7d8cbb 100644 --- a/share/mk/bsd.sgml.mk +++ b/share/mk/bsd.sgml.mk @@ -1,14 +1,14 @@ # bsd.sgml.mk - 8 Sep 1995 John Fieber # This file is in the public domain. # -# $Id: bsd.sgml.mk,v 1.21 1997/11/09 14:37:40 wosch Exp $ +# $Id: bsd.sgml.mk,v 1.22 1997/11/09 15:03:15 wosch Exp $ # # The include file <bsd.sgml.mk> handles installing sgml documents. # # # +++ variables +++ # -# DISTRIBUTION Name of distribution. [doc] +# DISTRIBUTION Name of distribution. [bin] # # FORMATS Indicates which output formats will be generated # (ascii, html, koi8-r, latex, latin1, ps, roff). @@ -66,7 +66,7 @@ SGMLFLAGS+= ${SGMLOPTS} VOLUME?= ${.CURDIR:T} DOC?= ${.CURDIR:T} SRCDIR?= ${.CURDIR} -DISTRIBUTION?= doc +DISTRIBUTION?= bin SGMLFMT?= sgmlfmt LPR?= lpr |
