summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-15 03:02:19 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-15 03:02:19 +0000
commitc672907a5360274b8347c33544eba92c3ccb5cb6 (patch)
treef48f5fb95f1e85cdc777c97898301fba38231e23 /textproc/ruby-rdtool
parentAdd ruby-syslog, a Ruby module to access syslog(3) interface. (diff)
Add MESSAGE to instruct how to use rd-mode in Emacs/XEmacs.
Notes
Notes: svn path=/head/; revision=31646
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile1
-rw-r--r--textproc/ruby-rdtool/pkg-message8
2 files changed, 9 insertions, 0 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index bb03c7b4402e..558e81a75ee8 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -79,5 +79,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/rd/ja/
.endfor
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/textproc/ruby-rdtool/pkg-message b/textproc/ruby-rdtool/pkg-message
new file mode 100644
index 000000000000..66b95faf0165
--- /dev/null
+++ b/textproc/ruby-rdtool/pkg-message
@@ -0,0 +1,8 @@
+************************************************************
+To use rd-mode in Emacs/XEmacs, add the following lines to
+your ~/.emacs:
+
+(autoload 'rd-mode "rd-mode"
+ "major mode for ruby document formatter RD" t)
+(add-to-list 'auto-mode-alist '("\\.rd$" . rd-mode))
+************************************************************