Convert to USE_NEW_TEXINFO.
Patch Makefile.in to use MAKEINFO and INSTALL_INFO from environment. XXX DESCR could use a bit of trimming.
This commit is contained in:
parent
49dafaed26
commit
8f947a0cf6
4 changed files with 19 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2003/06/09 09:02:28 uebayasi Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2003/06/19 22:18:05 seb Exp $
|
||||
|
||||
DISTNAME= elisp-manual-21-2.8
|
||||
CATEGORIES= lang
|
||||
|
@ -9,9 +9,9 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
|
|||
COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 20.3
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
TEXINFO_OVERRIDE= YES
|
||||
USE_NEW_TEXINFO= YES
|
||||
INFO_FILES= elisp
|
||||
|
||||
ALL_TARGET= elisp
|
||||
|
||||
.include "../../mk/texinfo.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2003/06/09 09:02:28 uebayasi Exp $
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/elisp %D/info/dir
|
||||
@comment $NetBSD: PLIST,v 1.4 2003/06/19 22:18:05 seb Exp $
|
||||
info/elisp
|
||||
info/elisp-1
|
||||
info/elisp-2
|
||||
|
@ -49,4 +48,3 @@ info/elisp-45
|
|||
info/elisp-46
|
||||
info/elisp-47
|
||||
info/elisp-48
|
||||
@exec ${INSTALL_INFO} %D/info/elisp %D/info/dir
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2003/06/09 09:02:28 uebayasi Exp $
|
||||
$NetBSD: distinfo,v 1.4 2003/06/19 22:18:05 seb Exp $
|
||||
|
||||
SHA1 (elisp-manual-21-2.8.tar.gz) = 252fd99132f6b7c553a8737d9ba0a8b82636641c
|
||||
Size (elisp-manual-21-2.8.tar.gz) = 2455995 bytes
|
||||
SHA1 (patch-aa) = 04f2e87d932fe78bf22a136fca1b685c36b98d0e
|
||||
|
|
13
lang/elisp-manual/patches/patch-aa
Normal file
13
lang/elisp-manual/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1 2003/06/19 22:18:05 seb Exp $
|
||||
|
||||
--- Makefile.in.orig 2002-01-18 10:34:49.000000000 +0000
|
||||
+++ Makefile.in
|
||||
@@ -12,8 +12,6 @@ srcdir = @srcdir@
|
||||
TEX=tex
|
||||
MAKE=make
|
||||
SHELL=/bin/sh
|
||||
-INSTALL_INFO = install-info
|
||||
-MAKEINFO=makeinfo
|
||||
|
||||
# Where the TeX macros are kept:
|
||||
texmacrodir = /usr/local/lib/tex/macros
|
Loading…
Reference in a new issue