From: Ken Hornstein Date: Mon, 16 Apr 2012 14:33:13 +0000 (-0400) Subject: Change the cscope target slightly so the source code from the historical X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=5e80d0d66a81c6ce21c32bc369cc52ab54cca8ae;p=mmh Change the cscope target slightly so the source code from the historical tree isn't found. --- diff --git a/Makefile.am b/Makefile.am index 636f221..56369c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,7 +574,7 @@ rpm: dist ## cscope: echo "-I $(srcdir)/h -I $(srcdir)/sbr -I $(srcdir)/uip -I $(srcdir)/mts/smtp" > cscope.files - find $(srcdir) \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files + find $(srcdir) \( -name docs -prune \) -o \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files .PHONY: cscope