[sword-svn] r495 - trunk/modules/conf
refdoc at crosswire.org
refdoc at crosswire.org
Mon Jul 13 06:00:23 MST 2015
Author: refdoc
Date: 2015-07-13 06:00:23 -0700 (Mon, 13 Jul 2015)
New Revision: 495
Modified:
trunk/modules/conf/confmaker.pl
Log:
fixed error
Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl 2015-07-13 05:37:40 UTC (rev 494)
+++ trunk/modules/conf/confmaker.pl 2015-07-13 13:00:23 UTC (rev 495)
@@ -189,4 +189,6 @@
print "DistributionLicense=copyrighted. Do not distribute\n";
print "Description=".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)."\n";
print "About=".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)."\n";
+ print "LCSH=".$doc_type.".".I18N::LangTags::List::name($doc_lang)."\n";
+
}
More information about the sword-cvs
mailing list