mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
move ctags.rust into src/etc
This commit is contained in:
parent
e1c470c9ed
commit
9476692b52
2 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue