diff --git a/Makefile.in b/Makefile.in index 000a729358f..c9d38f359b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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