mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 03:49:02 +00:00
Fix the ctags building command.
This commit is contained in:
parent
a1cee57ce9
commit
6ce99f2379
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user