move ctags.rust into src/etc

This commit is contained in:
Niko Matsakis 2011-10-12 13:34:24 -07:00 committed by Brian Anderson
parent e1c470c9ed
commit 9476692b52
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
######################################################################
CTAGS_OPTS=--options=${CFG_SRC_DIR}/mk/ctags.rust -R ${CFG_SRC_DIR}/src
CTAGS_OPTS=--options=${CFG_SRC_DIR}/src/etc/ctags.rust -R ${CFG_SRC_DIR}/src
TAGS.emacs:
ctags -e -f $@ ${CTAGS_OPTS}