[svn:parrot] r40772 - trunk/editor

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Tue Aug 25 06:39:29 UTC 2009


Author: dukeleto
Date: Tue Aug 25 06:39:28 2009
New Revision: 40772
URL: https://trac.parrot.org/parrot/changeset/40772

Log:
[docs] Update documentation in editor/README.pod regarding generating tags

Modified:
   trunk/editor/README.pod

Modified: trunk/editor/README.pod
==============================================================================
--- trunk/editor/README.pod	Tue Aug 25 06:20:48 2009	(r40771)
+++ trunk/editor/README.pod	Tue Aug 25 06:39:28 2009	(r40772)
@@ -85,11 +85,19 @@
 =head2 TAGS file
 
 There is a script here to automatically generate a TAGS file, which works with
-Vim and other editors that recognize ctags-format files. The tool "exuberant
-ctags" is required. Run
+Vim and other editors that recognize ctags-format files. Run
 
-  make tags
+  make tags-vi
 
-in the parrot root directory to build the tags file.
+for Vim-compatible tags or
+
+  make tags-emacs
+
+for Emacs-style tags.  The tool "exuberant ctags" is required for both. There
+is also the
+
+  make tags-xemacs
+
+target which will work with older XEmacs etags (21.5*).
 
 =cut


More information about the parrot-commits mailing list