* Makefile.am (TAGS): ignore debian dir.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4295 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
James LewisMoss 2001-05-26 20:15:23 +00:00
parent b1726e3b82
commit bb4aba7cc3

View File

@ -64,7 +64,7 @@ TAGS.stamp: etags.files $(shell cat etags.files)
touch TAGS.stamp
TAGS:
find . -name '*.[ch]' -o -name '*.scm' | sort > etags.files.tmp
find . -path './debian' -prune -o -name '*.[ch]' -print -o -name '*.scm' -print | sort > etags.files.tmp
@if cmp --quiet etags.files etags.files.tmp; \
then \
echo "TAGS file list hasn't changed."; \