summaryrefslogtreecommitdiff
path: root/sources/wiki
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-09 20:44:26 +0100
committerJochen Topf <jochen@topf.org>2013-01-09 20:44:26 +0100
commita903b4ea60ab78d1ecb140be8a9ca5138b31e65f (patch)
treeaf3e03ad29ad4f33be81a867e8e36e1e18c68097 /sources/wiki
parent8b4894b2318fbabf037d9f6e1c2fcf37e6f18585 (diff)
downloadtaginfo-a903b4ea60ab78d1ecb140be8a9ca5138b31e65f.tar
taginfo-a903b4ea60ab78d1ecb140be8a9ca5138b31e65f.tar.gz
Call get_image_info.rb in wiki update script
Diffstat (limited to 'sources/wiki')
-rwxr-xr-xsources/wiki/update.sh3
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