From 2f0409de9ac65bcd54064bf925539a1fe89225bb Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 14 Dec 2011 14:11:09 +0100 Subject: [PATCH] remove extrenal librarian from tags. --- scripts/make-tags | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/make-tags b/scripts/make-tags index 776d9d97c..0afb8592a 100755 --- a/scripts/make-tags +++ b/scripts/make-tags @@ -3,9 +3,8 @@ ROOT=$(git rev-parse --show-toplevel) find $ROOT -name '*.py' | xargs etags -o ${ROOT}/TAGS -find $ROOT/../librarian -name '*.py' | xargs etags -a -o ${ROOT}/TAGS if [ -n "$VIRTUAL_ENV" ]; then find ${VIRTUAL_ENV}/lib -name '*.py' |xargs etags -a -o ${ROOT}/TAGS else echo "No Virtual env enabled, will not add it to TAGS" -fi \ No newline at end of file +fi -- 2.20.1