Commit 6ce99f23 authored by Shachar Shemesh's avatar Shachar Shemesh Committed by Alexandre Julliard

Fix the ctags building command.

parent a1cee57c
......@@ -129,7 +129,7 @@ TAGS etags:
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags -
tags ctags:
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -L -
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