From: Marcin Koziej Date: Tue, 11 Oct 2011 10:00:06 +0000 (+0200) Subject: make-tags: scan librarian files laying on the same level as wolnelektury X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/ce268f7e02d3c4cfb11f700d2ae179abc151f8ae?ds=sidebyside;hp=--cc make-tags: scan librarian files laying on the same level as wolnelektury --- ce268f7e02d3c4cfb11f700d2ae179abc151f8ae diff --git a/scripts/make-tags b/scripts/make-tags index 1eba155bf..776d9d97c 100755 --- a/scripts/make-tags +++ b/scripts/make-tags @@ -3,6 +3,7 @@ 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