fix missprint

This commit is contained in:
Dmitry Kunin 2013-10-03 16:05:03 +02:00
parent 4b98120e20
commit 6c936d4c6d

View file

@ -91,7 +91,7 @@ genindex: geocodes.txt countries.txt
touch genindex
make_obb: process_html
cat countries_to_generate.txt | while read country; do ../../tools/jobb -d Countries/$$country/content -o$ Countries/$country/main.1.com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'`.obb -pn com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'` -pv 1; done
cat countries_to_generate.txt | while read country; do ../../tools/jobb -d Countries/$$country/content -o Countries/$$country/main.1.com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'`.obb -pn com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'` -pv 1; done
touch make_obb
make_apk: genindex