3 # (C) Copyright 2007 John J. Foerch
5 # Use, modification, and distribution are subject to the terms specified in the
8 function do_target_etags
() {
10 if [[ -z "$ETAGSDIR" ]]; then
13 ETAGSDIR
="${ETAGSDIR%/}/TAGS"
14 echo -n "Building $ETAGSDIR ..."
15 etags
-o "$ETAGSDIR" $
(find -name \
*.js
-and \
! -name '*[~#]*')