diff options
author | Troy A. Griffitts <scribe@crosswire.org> | 2007-11-10 06:42:03 +0000 |
---|---|---|
committer | Troy A. Griffitts <scribe@crosswire.org> | 2007-11-10 06:42:03 +0000 |
commit | a4ad6bdb9132fb2969dac58a650dd986c00f6e17 (patch) | |
tree | 7ee14d28355c8467b9ad18640998ad0e3c38e73c /flashtools/Makefile | |
parent | 138b10e25dab12f94fc78f65589700f0f6e31a57 (diff) | |
download | sword-tools-a4ad6bdb9132fb2969dac58a650dd986c00f6e17.tar.gz |
updated to used original font names
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@122 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'flashtools/Makefile')
-rw-r--r-- | flashtools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flashtools/Makefile b/flashtools/Makefile index 74f14b3..edb7dfd 100644 --- a/flashtools/Makefile +++ b/flashtools/Makefile @@ -8,10 +8,10 @@ clean: lessons: rm -rf lessons mkdir -p lessons/hebrewFreq lessons/hebrewFreqKJV lessons/greekFreq lessons/greekFreqKJV - ./flash -o lessons/hebrewFreq -w 25 -d m -r Gen-Mal -f Ezra - ./flash -o lessons/hebrewFreqKJV -w 25 -d k -r Gen-Mal -f Ezra - ./flash -o lessons/greekFreq -w 25 -d m -r Mat-Rev -f Galatia - ./flash -o lessons/greekFreqKJV -w 25 -d k -r Mat-Rev -f Galatia + ./flash -o lessons/hebrewFreq -w 25 -d m -r Gen-Mal -f SILEOT + ./flash -o lessons/hebrewFreqKJV -w 25 -d k -r Gen-Mal -f SILEOT + ./flash -o lessons/greekFreq -w 25 -d m -r Mat-Rev -f GalSILB201 + ./flash -o lessons/greekFreqKJV -w 25 -d k -r Mat-Rev -f GalSILB201 .cpp: g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword` |