From 66111c6d15be91debc28f649061f5ed03d48e340 Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 18 Feb 2002 15:14:00 +0000 Subject: Introduce new framework for handling info files generation and installation. Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information. --- lang/a60/Makefile | 3 ++- lang/a60/PLIST | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'lang/a60') diff --git a/lang/a60/Makefile b/lang/a60/Makefile index f3d0c566351..602884a3087 100644 --- a/lang/a60/Makefile +++ b/lang/a60/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:39 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/18 15:14:23 seb Exp $ DISTNAME= a60-0.20a CATEGORIES= lang @@ -27,4 +27,5 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} a60.ps RRA60.ps \ ${PREFIX}/share/doc/a60/ +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/a60/PLIST b/lang/a60/PLIST index 66a3633b32f..a246c8bafb5 100644 --- a/lang/a60/PLIST +++ b/lang/a60/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:22:45 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:23 seb Exp $ bin/a60 -@unexec install-info --delete %D/info/RRA60.info %D/info/dir -@unexec install-info --delete %D/info/a60.info %D/info/dir +@unexec ${INSTALL_INFO} --delete %D/info/RRA60.info %D/info/dir +@unexec ${INSTALL_INFO} --delete %D/info/a60.info %D/info/dir info/RRA60.info info/a60.info -@exec install-info %D/info/RRA60.info %D/info/dir -@exec install-info %D/info/a60.info %D/info/dir +@exec ${INSTALL_INFO} %D/info/RRA60.info %D/info/dir +@exec ${INSTALL_INFO} %D/info/a60.info %D/info/dir man/man1/a60.1 share/a60/a60-mkc.inc share/doc/a60/a60.ps -- cgit v1.2.3