diff options
-rwxr-xr-x | sources/db/tagstats | bin | 305517 -> 444582 bytes | |||
-rwxr-xr-x | sources/db/update.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sources/db/tagstats b/sources/db/tagstats Binary files differindex 1da53fc..24e695d 100755 --- a/sources/db/tagstats +++ b/sources/db/tagstats diff --git a/sources/db/update.sh b/sources/db/update.sh index 9831ff9..f293503 100755 --- a/sources/db/update.sh +++ b/sources/db/update.sh @@ -50,7 +50,7 @@ if [ "x" = "x$TAGSTATS" ]; then fi #TAGSTATS="valgrind --leak-check=full --show-reachable=yes $TAGSTATS" -$TAGSTATS -T $DIR/interesting_tags.lst --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE +$TAGSTATS --tags $DIR/interesting_tags.lst --relation-types $DIR/interesting_relation_types.lst --left=$left --bottom=$bottom --top=$top --right=$right --width=$width --height=$height $PLANETFILE $DATABASE echo "`$DATECMD` Running update_characters... " ./update_characters.pl $DIR |