fix missprint
This commit is contained in:
parent
4b98120e20
commit
6c936d4c6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue