diff options
author | seb <seb@pkgsrc.org> | 2003-07-05 21:16:36 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-05 21:16:36 +0000 |
commit | a04fdf7f0070bb6e19f9fa76144ebd295f4fa0b7 (patch) | |
tree | 92d458f1f3032de2a4aa579383d00170cc94d95c /lang/mercury/Makefile | |
parent | 659a3a05ef309eab8c11424cbecaabb37b8d7211 (diff) | |
download | pkgsrc-a04fdf7f0070bb6e19f9fa76144ebd295f4fa0b7.tar.gz |
Convert to USE_NEW_TEXINFO.
Add info directory entries by way of patch files to most of the info files.
Diffstat (limited to 'lang/mercury/Makefile')
-rw-r--r-- | lang/mercury/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 5ee5669a3eb..8f8b5878b6e 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/06/02 01:18:59 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/05 21:16:36 seb Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -15,7 +15,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNU_READLINE= yes # rl_prep_term_function -INFO_FILES= mercury.info +USE_NEW_TEXINFO= YES +INFO_FILES= mercury.info mercury_faq.info mercury_library.info +INFO_FILES+= mercury_ref.info mercury_trans_guide.info # Some of the scripts test CC and use special settings for gcc. CONFIGURE_ENV+= CC=gcc @@ -37,5 +39,4 @@ do-install: .include "../../devel/readline/buildlink2.mk" .include "../../devel/ncurses/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |