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. --- devel/id-utils/Makefile | 3 ++- devel/id-utils/PLIST | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'devel/id-utils') diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index 7351f4ece04..df0cbf27a94 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/12/04 06:14:59 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2002/02/18 15:14:12 seb Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 10:22:47 asami Exp # @@ -49,4 +49,5 @@ PLIST_SUBST+= LISPDIR=${LISPDIR} PLIST_SUBST+= CLISPDIR=${CLISPDIR} .include "../../devel/gettext-lib/buildlink.mk" +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/id-utils/PLIST b/devel/id-utils/PLIST index 30dc15bb965..a473c38f001 100644 --- a/devel/id-utils/PLIST +++ b/devel/id-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/03 09:59:35 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/18 15:14:12 seb Exp $ bin/aid bin/defid bin/eid @@ -8,9 +8,9 @@ bin/gid bin/lid bin/mkid bin/xtokid -@unexec install-info --delete --info-dir=%D/info %D/info/id-utils.info +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/id-utils.info info/id-utils.info -@exec install-info --info-dir=%D/info %D/info/id-utils.info +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/id-utils.info share/id-lang.map ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/id-utils.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/id-utils.mo -- cgit v1.2.3