[sword-svn] r325 - trunk/modules/conf
refdoc at crosswire.org
refdoc at crosswire.org
Thu Jun 9 09:06:27 MST 2011
Author: refdoc
Date: 2011-06-09 09:06:27 -0700 (Thu, 09 Jun 2011)
New Revision: 325
Modified:
trunk/modules/conf/confmaker.pl
Log:
corrections
Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl 2011-05-13 04:13:48 UTC (rev 324)
+++ trunk/modules/conf/confmaker.pl 2011-06-09 16:06:27 UTC (rev 325)
@@ -127,10 +127,10 @@
# 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";
More information about the sword-cvs
mailing list