Author: chromatic
Date: Tue Aug  5 21:00:15 2008
New Revision: 30049

Modified:
   trunk/config/gen/makefiles/root.in

Log:
[config] Added support for XEmacs 21-style ctags (Reini Urban, RT #57546).

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Tue Aug  5 21:00:15 2008
@@ -2197,6 +2197,12 @@
         -I 
NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK
 \
         $(CUR_DIR)
 
+# this works with an old etags (XEmacs 21.5*)
+tags-xemacs: tags.emacs.dummy
+       $(RM_F) TAGS
+       find $(CUR_DIR) \
+        -name \*.c -o -name \*.h -o -name \*.pmc -o -name \*.ops | etags -l c 
- -o TAGS
+
 tags.emacs.dummy:
 
 # vim ctags

Reply via email to