some css tweaks to download popup and logo/tagline shifted right a bit
[wolnelektury.git] / scripts / make-tags
index c1fe3ff..0afb859 100755 (executable)
@@ -3,8 +3,6 @@
 ROOT=$(git rev-parse --show-toplevel)
 
 find $ROOT -name '*.py' | xargs etags -o ${ROOT}/TAGS
-# librarian is a submodule now
-#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