From 96768c0da107497e8c9025abf182ef83604fd396 Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Mon, 13 Jul 2015 13:00:23 +0000 Subject: fixed error git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@495 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/conf/confmaker.pl | 2 ++ 1 file changed, 2 insertions(+) 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"; + } -- cgit