summaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-06 06:06:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-06 06:06:49 +0000
commit8b50e43806f78e2cd05590b781c16fd442e3b7f9 (patch)
tree1063e1b1a39bd14273031013fa46293eab9b9a11 /textproc/docproj
parentVerbosify error message received when not building when running X. (diff)
Don't be verbose for ``make fetch''.
Approved by: nik, jkh
Notes
Notes: svn path=/head/; revision=20093
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 4dc26698333f..a496b52d2a5c 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 June 1998
# Whom: Nik Clayton <nik@freebsd.org>
#
-# $Id: Makefile,v 1.13 1999/06/03 19:56:05 nik Exp $
+# $Id: Makefile,v 1.14 1999/06/08 20:59:54 nik Exp $
#
DISTNAME= docproj
@@ -29,7 +29,7 @@ IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"
JADETEX?=
-.if empty(JADETEX) && (make(fetch) || make(build) || make(install))
+.if empty(JADETEX) && (make(build) || make(install))
.BEGIN:
@${CAT} files/JADETEX
@${FALSE}