diff options
author | Peter von Kaehne <refdoc@gmx.net> | 2011-06-09 16:06:27 +0000 |
---|---|---|
committer | Peter von Kaehne <refdoc@gmx.net> | 2011-06-09 16:06:27 +0000 |
commit | b55a8699644f11a697e54a375962af778be5615e (patch) | |
tree | 3a7ecc8c390111ad3190597378ecb25b02743e9d /modules/conf/confmaker.pl | |
parent | faebf4dec366e9257d38e6ea49aaca63c70cb69f (diff) | |
download | sword-tools-b55a8699644f11a697e54a375962af778be5615e.tar.gz |
corrections
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@325 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/conf/confmaker.pl')
-rwxr-xr-x | modules/conf/confmaker.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl index 9ad3d09..d4b5f94 100755 --- a/modules/conf/confmaker.pl +++ b/modules/conf/confmaker.pl @@ -127,10 +127,10 @@ foreach my $f(@word_features) { # Assemble and print out print OUTF "[".$doc_name."]\n"; -print OUTF "Path=./modules/texts/rawtext/".$doc_name."\n"; +print OUTF "DataPath=./modules/texts/rawtext/".$doc_name."\n"; print OUTF "Description=This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n"; -if ($doc_type =~ m/Bible/) { print OUTF "ModDrv = rawText\n"} +if ($doc_type =~ m/Bible/) { print OUTF "ModDrv=rawText\n"} else {print OUTF "ModDrv=rawUnknown\n"} print OUTF "Lang=".$doc_lang."\n"; |