From 1194eb3d9e9b1208e1d9c53dc15c48cc80230fef Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 5 Jan 2008 17:03:04 +0000 Subject: The @imake-man macro should not yet be used, since it is subject to further changes. --- mk/plist/plist-macros.awk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/plist/plist-macros.awk b/mk/plist/plist-macros.awk index 16c428a6971..46f34d1e8c5 100644 --- a/mk/plist/plist-macros.awk +++ b/mk/plist/plist-macros.awk @@ -1,9 +1,11 @@ -# $NetBSD: plist-macros.awk,v 1.1 2007/10/31 21:09:03 rillig Exp $ +# $NetBSD: plist-macros.awk,v 1.2 2008/01/05 17:03:04 rillig Exp $ BEGIN { IMAKE_MANINSTALL = getenv_or_die("IMAKE_MANINSTALL") } +# XXX: Don't use this macro, since it is not yet supported. +# # @imake-man dir basename extension # # Creates up to two PLIST entries for man pages of imake-style programs. -- cgit v1.2.3