diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-08-23 05:35:57 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-08-23 05:35:57 +0000 |
commit | c21f5cae2973e2c0ae5cc8ae1b02cd11a2a59530 (patch) | |
tree | a6b22d5ec4ffd59adf8ba67eac5af0528c46c558 /textproc/Makefile | |
parent | c8a33a2a23f62cbf4b797454c1f5aaec2b8eb415 (diff) | |
download | ports-c21f5cae2973e2c0ae5cc8ae1b02cd11a2a59530.tar.gz ports-c21f5cae2973e2c0ae5cc8ae1b02cd11a2a59530.zip |
Support code for editing reStructuredText with Emacs.
Basically, this package contains:
- Functions to automatically adjust and cycle the section underline
decorations;
- A mode that displays the table of contents and allows you to jump anywhere
from it;
- Functions to insert and automatically update a TOC in your source
document;
- A mode which supports font-lock highlighting of reStructuredText
structures;
- Some other convenience functions.
This package is the result of merging:
- restructuredtext.el
- rst-mode.el
- rst-html.el
Those files are now OBSOLETE and have been replaced by this single
package file (2005-10-30).
WWW: http://docutils.sourceforge.net/docs/user/emacs.html
PR: ports/102384
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
Notes
Notes:
svn path=/head/; revision=171241
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e79556fdef67..8c4d2337501f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -759,6 +759,7 @@ SUBDIR += romdict SUBDIR += rot SUBDIR += rotix + SUBDIR += rst.el SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += rtfx |