My favorites | Sign in
Logo
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!
# $1 - any parameters to be passed to GoBibleCreator such as -u

foreach language (*)
# if file is a directory then it is a language directory that contains translations
if (-d "$language") then
cd "$language"
foreach translation (*)
# if file is a directory and it contains a Collections.txt
# file then process it
if (-d "$translation" && -e "$translation/$translation.txt") then
echo $translation
../MakeCollection.sh "$translation" $1
endif
end
cd ..
endif
end


Show details Hide details

Change log

r151 by jolonf on Mar 29, 2008   Diff
Extra GoBibleCreator arguments can be
passed in to both MakeAll.sh and
MakeCollection.sh which will be passed
onto GoBibleCreator.
Go to: 
Project members, sign in to write a code review

Older revisions

r140 by jolonf on Mar 28, 2008   Diff
Removed Croatian and made changes to
shell scripts to support extra level
of language directories.
r116 by jolonf on Mar 28, 2008   Diff
Split MakeAll.sh into two shell
scripts so that a collection can be
made individually.
r71 by jolonf on Mar 25, 2008   Diff
Fixed making of the release directory.
All revisions of this file

File info

Size: 501 bytes, 20 lines

File properties

svn:executable
*
Hosted by Google Code