summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2015-07-13 13:00:23 +0000
committerPeter von Kaehne <refdoc@gmx.net>2015-07-13 13:00:23 +0000
commit96768c0da107497e8c9025abf182ef83604fd396 (patch)
tree66b6f9f1d145d5b5e0459cfea323a611e2b47356
parent745423ba617d89cd8ddf3cba24cf610b7d4cbb5f (diff)
downloadsword-tools-96768c0da107497e8c9025abf182ef83604fd396.tar.gz
fixed error
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@495 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index b1e2873..99b42f8 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -189,4 +189,6 @@ else {
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";
+
}