diff options
author | Jochen Topf <jochen@topf.org> | 2013-01-09 20:44:26 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-01-09 20:44:26 +0100 |
commit | a903b4ea60ab78d1ecb140be8a9ca5138b31e65f (patch) | |
tree | af3e03ad29ad4f33be81a867e8e36e1e18c68097 /sources/wiki | |
parent | 8b4894b2318fbabf037d9f6e1c2fcf37e6f18585 (diff) | |
download | taginfo-a903b4ea60ab78d1ecb140be8a9ca5138b31e65f.tar taginfo-a903b4ea60ab78d1ecb140be8a9ca5138b31e65f.tar.gz |
Call get_image_info.rb in wiki update script
Diffstat (limited to 'sources/wiki')
-rwxr-xr-x | sources/wiki/update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/wiki/update.sh b/sources/wiki/update.sh index 635b45c..7f7ed25 100755 --- a/sources/wiki/update.sh +++ b/sources/wiki/update.sh @@ -38,6 +38,9 @@ echo "`$DATECMD` Getting page list..." echo "`$DATECMD` Getting wiki data..." ./get_wiki_data.rb $DIR >$LOGFILE +echo "`$DATECMD` Getting image info..." +./get_image_info.rb $DIR >$LOGFILE + echo "`$DATECMD` Extracting words..." ./extract_words.rb $DIR |