Change the cscope target slightly so the source code from the historical
authorKen Hornstein <kenh@pobox.com>
Mon, 16 Apr 2012 14:33:13 +0000 (10:33 -0400)
committerKen Hornstein <kenh@pobox.com>
Mon, 16 Apr 2012 14:34:07 +0000 (10:34 -0400)
tree isn't found.

Makefile.am

index 636f221..56369c0 100644 (file)
@@ -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