diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-15 03:02:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-15 03:02:19 +0000 |
commit | c672907a5360274b8347c33544eba92c3ccb5cb6 (patch) | |
tree | f48f5fb95f1e85cdc777c97898301fba38231e23 /textproc/ruby-rdtool | |
parent | 597e8a3a90151d548ac0098ffc8c91eb3fa16fb1 (diff) | |
download | ports-c672907a5360274b8347c33544eba92c3ccb5cb6.tar.gz ports-c672907a5360274b8347c33544eba92c3ccb5cb6.zip |
Notes
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-rdtool/pkg-message | 8 |
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)) +************************************************************ |