summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy A. Griffitts <scribe@crosswire.org>2013-04-10 16:18:22 +0000
committerTroy A. Griffitts <scribe@crosswire.org>2013-04-10 16:18:22 +0000
commit5f83345ea8dede7fa64ef1d1888001c853c87371 (patch)
tree9028bfb39c9d9f15f3ddef736f18bc2c3cceda39
parentd7b4b5662cd3310ca1d5abbcebfe9ecc889869ba (diff)
downloadsword-tools-5f83345ea8dede7fa64ef1d1888001c853c87371.tar.gz
added vi macro in comments which will convert key from genbook format to bible bcv format
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@414 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r--modules/lxxm/convert.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/lxxm/convert.sh b/modules/lxxm/convert.sh
index 1dab053..f045da0 100644
--- a/modules/lxxm/convert.sh
+++ b/modules/lxxm/convert.sh
@@ -1,8 +1,11 @@
#!/bin/sh
# This next line will retrieve the data files (if they haven't moved)
-#wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
+wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
cd ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph
java -jar ../../../../../../lxxm.jar [0-9][0-9]\.* > lxxm-decomp.imp
uconv -x Any-NFC lxxm-decomp.imp > lxxm.imp
+#:g/^\$\$\$\([^/]*\)\/\([^/]*\)\//s//$$$\1.\2./g
+
+