X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ce268f7e02d3c4cfb11f700d2ae179abc151f8ae..f906193db2ec44590f57beae2e8ee2df76117b7b:/scripts/make-tags 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