mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
move ctags.rust into src/etc
This commit is contained in:
parent
e1c470c9ed
commit
9476692b52
@ -3,7 +3,7 @@
|
|||||||
# Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
|
# 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:
|
TAGS.emacs:
|
||||||
ctags -e -f $@ ${CTAGS_OPTS}
|
ctags -e -f $@ ${CTAGS_OPTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user