summaryrefslogtreecommitdiff
path: root/editors/emacs19/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-12-14 02:04:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-12-14 02:04:04 +0000
commitb4249ca7dbffccd19070dbadfdc89f5f604bee50 (patch)
tree47dd1d7bb06c1e622722bff97d696afc6edb1dfa /editors/emacs19/Makefile
parentPut a2ps43 in front of a2ps, so the "Latest" link will indeed point to the (diff)
Add a bunch of info files that were missing from various lists. My
goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission)
Notes
Notes: svn path=/head/; revision=9071
Diffstat (limited to 'editors/emacs19/Makefile')
-rw-r--r--editors/emacs19/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 5b5444b58a31..d239aa44439a 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.28 1997/05/20 10:25:09 asami Exp $
+# $Id: Makefile,v 1.29 1997/07/17 10:38:15 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -26,7 +26,7 @@ post-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
-.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode
+.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor