mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
* 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:
parent
b1726e3b82
commit
bb4aba7cc3
@ -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."; \
|
||||
|
Loading…
Reference in New Issue
Block a user