If the command line is too long when calling etags, it's probably too

long when invoking ctags.
oldstable
Francois Gouget 2003-11-09 01:20:23 +00:00 committed by Alexandre Julliard
parent b1a2d883fc
commit db3b78f7c9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ TAGS etags:
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags -
tags ctags:
ctags --c-types=+px `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print`
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -
manpages:
$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w