summaryrefslogtreecommitdiffstats
path: root/flashtools
diff options
context:
space:
mode:
authorTroy A. Griffitts <scribe@crosswire.org>2007-11-08 04:03:12 +0000
committerTroy A. Griffitts <scribe@crosswire.org>2007-11-08 04:03:12 +0000
commitb0be99972c5e7282f627c673c945f073d9304853 (patch)
treec266c14d71632892c7a54d322aa71fefb3a3b5bc /flashtools
parent6bf641257467207088920a610d9a98f878482199 (diff)
downloadsword-tools-b0be99972c5e7282f627c673c945f073d9304853.tar.gz
changed name of lesson directory to be consistent with other lessons
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@119 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'flashtools')
-rw-r--r--flashtools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/flashtools/Makefile b/flashtools/Makefile
index 8d90403..4339bac 100644
--- a/flashtools/Makefile
+++ b/flashtools/Makefile
@@ -7,9 +7,9 @@ clean:
lessons:
rm -rf lessons
- mkdir -p lessons/hebFreq lessons/hebFreqKJV lessons/greekFreq lessons/greekFreqKJV
- ./flash -o lessons/hebFreq -w 25 -d m -r Gen-Mal
- ./flash -o lessons/hebFreqKJV -w 25 -d k -r Gen-Mal
+ mkdir -p lessons/hebrewFreq lessons/hebrewFreqKJV lessons/greekFreq lessons/greekFreqKJV
+ ./flash -o lessons/hebrewFreq -w 25 -d m -r Gen-Mal
+ ./flash -o lessons/hebrewFreqKJV -w 25 -d k -r Gen-Mal
./flash -o lessons/greekFreq -w 25 -d m -r Mat-Rev
./flash -o lessons/greekFreqKJV -w 25 -d k -r Mat-Rev