remove extrenal librarian from tags.
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 14 Dec 2011 13:11:09 +0000 (14:11 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 14 Dec 2011 13:11:09 +0000 (14:11 +0100)
scripts/make-tags

index 776d9d9..0afb859 100755 (executable)
@@ -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