From 6ce99f2379d74e67ec927c639b4a93ebae850bdd Mon Sep 17 00:00:00 2001 From: Shachar Shemesh Date: Wed, 26 Nov 2003 03:36:50 +0000 Subject: [PATCH] Fix the ctags building command. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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