Fix the ctags building command.

This commit is contained in:
Shachar Shemesh 2003-11-26 03:36:50 +00:00 committed by Alexandre Julliard
parent a1cee57ce9
commit 6ce99f2379
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:
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