summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-01-21 03:28:27 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-01-21 03:28:27 +0000
commitbe26dcc02d07e49c4fe44ff2fa271c22ad9e2615 (patch)
tree561c4f98b7a074a03bef10543fe6ed393a3d6936 /textproc
parentFix ordering of ln -s arguments -- the lib*.so symlinks were not properly (diff)
This was just a bit _too_ willing to blow up and killed the readmes.
Make more selective about targets to yell about.
Notes
Notes: svn path=/head/; revision=16221
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 8b5a0d5451eb..cf66dba38ee7 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.6 1998/12/20 20:49:13 nik Exp $
+# $Id: Makefile,v 1.7 1999/01/20 22:19:42 nik Exp $
#
DISTNAME= docproj
@@ -23,7 +23,7 @@ IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"
JADETEX?=
-.if empty(JADETEX)
+.if empty(JADETEX) && (make(fetch) || make(build) || make(install))
.BEGIN:
@${CAT} pkg/JADETEX
@${FALSE}