From a903b4ea60ab78d1ecb140be8a9ca5138b31e65f Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 9 Jan 2013 20:44:26 +0100 Subject: Call get_image_info.rb in wiki update script --- sources/wiki/update.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sources/wiki') 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 -- cgit v1.2.3