mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Merge all info page to a BIG file.
This commit is contained in:
parent
7d94f4ab78
commit
51583d5853
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13222
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: emacs-lisp-intro
|
||||
# Version required: 1.05
|
||||
# Date created: 18 November 1997
|
||||
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
||||
# New ports collection makefile for: emacs-lisp-intro
|
||||
# Version required: 1.05
|
||||
# Date created: 18 November 1997
|
||||
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/04/27 14:49:53 kuriyama Exp $
|
||||
#
|
||||
|
||||
DISTNAME= emacs-lisp-intro-1.05
|
||||
@ -12,10 +12,9 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
||||
|
||||
post-install:
|
||||
pre-install:
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
||||
fi
|
||||
install-info ${PREFIX}/info/emacs-lisp-intro.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,14 +1,14 @@
|
||||
--- Makefile.orig Mon Apr 27 22:06:20 1998
|
||||
+++ Makefile Mon Apr 27 22:07:26 1998
|
||||
--- Makefile.orig Sat Sep 19 06:12:34 1998
|
||||
+++ Makefile Sat Sep 19 06:21:14 1998
|
||||
@@ -0,0 +1,11 @@
|
||||
+all: emacs-lisp-intro.info
|
||||
+
|
||||
+emacs-lisp-intro.info:
|
||||
+ makeinfo emacs-lisp-intro.texi
|
||||
+ makeinfo --no-split emacs-lisp-intro.texi
|
||||
+
|
||||
+install: all
|
||||
+ ${BSD_INSTALL_DATA} emacs-lisp-intro.info \
|
||||
+ emacs-lisp-intro.info-* ${PREFIX}/info/
|
||||
+ ${BSD_INSTALL_DATA} emacs-lisp-intro.info ${PREFIX}/info/
|
||||
+ install-info ${PREFIX}/info/emacs-lisp-intro.info ${PREFIX}/info/dir
|
||||
+
|
||||
+clean:
|
||||
+ rm -f emacs-lisp-intro.info emacs-lisp-intro.info-*
|
||||
+ rm -f emacs-lisp-intro.info
|
||||
|
@ -1,17 +1,4 @@
|
||||
@unexec install-info --delete %D/info/emacs-lisp-intro.info %D/info/dir
|
||||
info/emacs-lisp-intro.info
|
||||
info/emacs-lisp-intro.info-1
|
||||
info/emacs-lisp-intro.info-2
|
||||
info/emacs-lisp-intro.info-3
|
||||
info/emacs-lisp-intro.info-4
|
||||
info/emacs-lisp-intro.info-5
|
||||
info/emacs-lisp-intro.info-6
|
||||
info/emacs-lisp-intro.info-7
|
||||
info/emacs-lisp-intro.info-8
|
||||
info/emacs-lisp-intro.info-9
|
||||
info/emacs-lisp-intro.info-10
|
||||
info/emacs-lisp-intro.info-11
|
||||
info/emacs-lisp-intro.info-12
|
||||
info/emacs-lisp-intro.info-13
|
||||
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
||||
@exec install-info %D/info/emacs-lisp-intro.info %D/info/dir
|
||||
|
Loading…
Reference in New Issue
Block a user