mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
include only non-cloned java files in etags
This commit is contained in:
parent
9252705901
commit
49e0bf639a
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
|
||||
tags:
|
||||
etags $$(find . \
|
||||
-name '*.java' -print \
|
||||
-o -name '*.c' -print \
|
||||
etags $$(find . -name '*.c' -print \
|
||||
-o -name '*.h' -print \
|
||||
-o -name '*.cpp' -print \
|
||||
)
|
||||
)
|
||||
find android/XWords4/src/ -name '*.java' | xargs etags -a
|
||||
|
|
Loading…
Reference in a new issue