make-tags: scan librarian files laying on the same level as wolnelektury
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Tue, 11 Oct 2011 10:00:06 +0000 (12:00 +0200)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Tue, 11 Oct 2011 10:00:06 +0000 (12:00 +0200)
scripts/make-tags

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