Commit db3b78f7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

long when invoking ctags.
parent b1a2d883
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment