From db40924c4397b672cc6d0cb4bea6e336cfc03938 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 17 Sep 1998 11:35:11 +0000 Subject: [PATCH] This goes in doc distribution now. --- share/mk/bsd.sgml.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk index 39a117a1151c..5f4c8e8917c5 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.25 1998/05/18 16:57:10 wosch Exp $ +# $Id: bsd.sgml.mk,v 1.26 1998/08/08 07:02:08 peter Exp $ # # The include file handles installing sgml documents. # # # +++ variables +++ # -# DISTRIBUTION Name of distribution. [bin] +# DISTRIBUTION Name of distribution. [doc] # # FORMATS Indicates which output formats will be generated # (ascii, html, koi8-r, latex, latin1, ps, roff). @@ -69,7 +69,7 @@ SGMLFLAGS+= ${SGMLOPTS} VOLUME?= ${.CURDIR:T} DOC?= ${.CURDIR:T} SRCDIR?= ${.CURDIR} -DISTRIBUTION?= bin +DISTRIBUTION?= doc SGMLFMT?= sgmlfmt LPR?= lpr