Skip to content

Commit 9476692

Browse files
nikomatsakisbrson
authored andcommitted
move ctags.rust into src/etc
1 parent e1c470c commit 9476692

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mk/ctags.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Requires Exuberant Ctags: http://ctags.sourceforge.net/index.html
44
######################################################################
55

6-
CTAGS_OPTS=--options=${CFG_SRC_DIR}/mk/ctags.rust -R ${CFG_SRC_DIR}/src
6+
CTAGS_OPTS=--options=${CFG_SRC_DIR}/src/etc/ctags.rust -R ${CFG_SRC_DIR}/src
77

88
TAGS.emacs:
99
ctags -e -f $@ ${CTAGS_OPTS}
File renamed without changes.

0 commit comments

Comments
 (0)