[sword-svn] r2925 - in trunk: include src/mgr

scribe at crosswire.org scribe at crosswire.org
Tue Jul 30 18:39:31 MST 2013


Author: scribe
Date: 2013-07-30 18:39:30 -0700 (Tue, 30 Jul 2013)
New Revision: 2925

Modified:
   trunk/include/Makefile.am
   trunk/src/mgr/versificationmgr.cpp
Log:
added IBT's SynodalProt v11n system


Modified: trunk/include/Makefile.am
===================================================================
--- trunk/include/Makefile.am	2013-07-29 13:55:38 UTC (rev 2924)
+++ trunk/include/Makefile.am	2013-07-31 01:39:30 UTC (rev 2925)
@@ -173,6 +173,7 @@
 pkginclude_HEADERS += $(swincludedir)/canon_nrsv.h
 pkginclude_HEADERS += $(swincludedir)/canon_nrsva.h
 pkginclude_HEADERS += $(swincludedir)/canon_synodal.h
+pkginclude_HEADERS += $(swincludedir)/canon_synodalprot.h
 pkginclude_HEADERS += $(swincludedir)/canon_vulg.h
 pkginclude_HEADERS += $(swincludedir)/canon_german.h
 pkginclude_HEADERS += $(swincludedir)/canon_luther.h

Modified: trunk/src/mgr/versificationmgr.cpp
===================================================================
--- trunk/src/mgr/versificationmgr.cpp	2013-07-29 13:55:38 UTC (rev 2924)
+++ trunk/src/mgr/versificationmgr.cpp	2013-07-31 01:39:30 UTC (rev 2925)
@@ -37,6 +37,7 @@
 #include <canon_nrsv.h>		// NRSV v11n system
 #include <canon_nrsva.h>	// NRSV + Apocrypha v11n system
 #include <canon_synodal.h>	// Russian Synodal v11n system
+#include <canon_synodalprot.h>	// Russian Synodal v11n system
 #include <canon_vulg.h>		// Vulgate v11n system
 #include <canon_german.h>	// German v11n system
 #include <canon_luther.h>	// Luther v11n system
@@ -65,6 +66,7 @@
 		systemVersificationMgr->registerVersificationSystem("NRSV", otbooks, ntbooks, vm_nrsv);
 		systemVersificationMgr->registerVersificationSystem("NRSVA", otbooks_nrsva, ntbooks, vm_nrsva);
 		systemVersificationMgr->registerVersificationSystem("Synodal", otbooks_synodal, ntbooks_synodal, vm_synodal);
+		systemVersificationMgr->registerVersificationSystem("SynodalProt", otbooks_synodalProt, ntbooks_synodalProt, vm_synodalProt);
 		systemVersificationMgr->registerVersificationSystem("Vulg", otbooks_vulg, ntbooks_vulg, vm_vulg);
 		systemVersificationMgr->registerVersificationSystem("German", otbooks_german, ntbooks, vm_german);
 		systemVersificationMgr->registerVersificationSystem("Luther", otbooks_luther, ntbooks_luther, vm_luther);




More information about the sword-cvs mailing list