summaryrefslogtreecommitdiff
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-11-03 10:30:41 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-11-03 10:30:41 +0000
commit39e5c8b2611cc6582b29b64755237484248b8cab (patch)
treeb2f7682a42dc5acc1a560af38a6fed639ef41482 /share/mk/bsd.README
parent1ac724e5e11cf77297acd8d11373b5c0a09bb353 (diff)
add a BEFOREMAN hook variable, for those programs that need something to
be done before they can build their manpages. `ah right' millert@
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index e42bb8cb8d2..e13685bea4e 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.39 2005/11/23 22:11:48 jmc Exp $
+# $OpenBSD: bsd.README,v 1.40 2007/11/03 10:30:40 espie Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -127,6 +127,10 @@ MLINKS List of manual page links (using a .1 - .9 suffix). The
linked-to file must come first, the linked file second,
and there may be multiple pairs. The files are soft-linked.
+BEFOREMAN List of extra targets that must be already built before the
+ man target can be run. Those targets must be real files (and
+ not .PHONY targets).
+
The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
it exists.