summaryrefslogtreecommitdiff
path: root/lang/elisp-manual/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-04-27 14:53:01 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-04-27 14:53:01 +0000
commite35f133f2476ec13c470732f06b344a45205888c (patch)
tree829b60a97bc7adcab093910e58e692de5ec4cfe5 /lang/elisp-manual/Makefile
parentAn introduction to Emacs Lisp programming (diff)
Emacs Lisp reference manual
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> PR: ports/5086
Notes
Notes: svn path=/head/; revision=10710
Diffstat (limited to 'lang/elisp-manual/Makefile')
-rw-r--r--lang/elisp-manual/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile
new file mode 100644
index 000000000000..4abe4b3cd9ec
--- /dev/null
+++ b/lang/elisp-manual/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: elisp-manual
+# Version required: 19-2.4.2
+# Date created: 18 November 1997
+# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
+#
+# $Id$
+#
+
+DISTNAME= elisp-manual-19-2.4.2
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= croyle@gelemna.ft-wayne.in.us
+
+ALL_TARGET= elisp
+post-install:
+ if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+ install-info ${PREFIX}/info/elisp ${PREFIX}/info/dir
+
+.include <bsd.port.mk>