summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1996-09-29 18:21:16 +0000
committerjfieber <jfieber@FreeBSD.org>1996-09-29 18:21:16 +0000
commit6fc7269791c6c35711bcfeba1e4816fff62875d1 (patch)
tree517da1738db42450d93162f9bcebeb7964670db3
parent5d38db42b8a774a4c0f3db4987d7b318d5004ae9 (diff)
downloadFreeBSD-src-6fc7269791c6c35711bcfeba1e4816fff62875d1.zip
FreeBSD-src-6fc7269791c6c35711bcfeba1e4816fff62875d1.tar.gz
Add links file to CLEANFILES.
-rw-r--r--share/mk/bsd.sgml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk
index 4a1d97b..21f9f36 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.7 1996/08/23 16:49:06 jkh Exp $
+# $Id: bsd.sgml.mk,v 1.8 1996/08/23 22:33:33 jkh Exp $
#
# The include file <bsd.sgml.mk> handles installing sgml documents.
# <bsd.prog.mk> includes the file named "../Makefile.inc" if it exists,
@@ -137,7 +137,7 @@ ${DOC}.${_FORMAT}: ${SRCS}
.endif
.if ${_FORMAT} == "html"
-CLEANFILES+= *.html
+CLEANFILES+= *.html ${DOC}.nl
.else
CLEANFILES+= ${DOC}.${_FORMAT}
.endif
OpenPOWER on IntegriCloud