diff options
author | Chris Little <chrislit@crosswire.org> | 2009-04-26 02:32:22 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2009-04-26 02:32:22 +0000 |
commit | fda865ae9f356a178c0d06326fe5c5833fd3fed5 (patch) | |
tree | db23c0fa365d81a6a2a83d8f389abf1c48f4cf38 | |
parent | b0a0de45834cda0e983bec52848779bfb217a69b (diff) | |
download | sword-tools-fda865ae9f356a178c0d06326fe5c5833fd3fed5.tar.gz |
turned off 66 book limitation (we'll try to include all books in 1.6.0)
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@195 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r-- | versification/makeabbrevs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versification/makeabbrevs.pl b/versification/makeabbrevs.pl index b2a0daa..90f5d4a 100644 --- a/versification/makeabbrevs.pl +++ b/versification/makeabbrevs.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl
-$finalBook = "Rev"; # quit reading canon files after we reach this book (an OSIS id)-- this is a temporary measure for 1.6.0, since we don't support any apocrypha yet anyway
+# $finalBook = "Rev"; # quit reading canon files after we reach this book (an OSIS id)-- this is a temporary measure for 1.6.0, since we don't support any apocrypha yet anyway
# @canons will contain this list of files, these are in a basic XML format.
# Each file lists osisIDs along with the English names associated with the
|