Fixed etags rule.
This commit is contained in:
parent
e361ceab45
commit
ebcf38de4e
|
@ -100,7 +100,7 @@ $(TESTSUBDIRS:%=%/__test__): test_environment
|
||||||
check test:: $(TESTSUBDIRS:%=%/__test__)
|
check test:: $(TESTSUBDIRS:%=%/__test__)
|
||||||
|
|
||||||
TAGS etags:
|
TAGS etags:
|
||||||
etags `find $(TOPSRCDIR) -name '*.[chS]' -print | grep -v dbgmain`
|
etags `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.glue.c' -a -not -name '*.dbg.c' -print`
|
||||||
|
|
||||||
manpages:
|
manpages:
|
||||||
$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w
|
$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w
|
||||||
|
|
Loading…
Reference in New Issue