mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
include java files in TAGS
This commit is contained in:
parent
82382a7cfa
commit
fc28573f21
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
|||
tags:
|
||||
etags $$(find . -name '*.c' -print \
|
||||
-o -name '*.h' -print \
|
||||
-o -name '*.cpp' -print)
|
||||
-o -name '*.cpp' -print \
|
||||
-o -name '*.java' -print \
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue