Mercurial > dottes
comparison makeHornInF.sh @ 217:a8a46fd79d5c
Fix up problems in Horn in F transposition.
1. Ensure makeWeb.sh gets its second parameter quoted, to allow for spaces in it.
2. Don't forget to copy the component text items into the horn dir.
3. Fix removing transposition tag from page title.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Wed, 20 Feb 2013 13:45:58 +0000 |
parents | 64b84dea3337 |
children | 1a9d937b7765 |
comparison
equal
deleted
inserted
replaced
216:64b84dea3337 | 217:a8a46fd79d5c |
---|---|
11 | 11 |
12 booke=$dir/$1 | 12 booke=$dir/$1 |
13 outdir=$dir/$1-HornInF | 13 outdir=$dir/$1-HornInF |
14 | 14 |
15 mkdir -p $outdir | 15 mkdir -p $outdir |
16 | |
17 # Copy book component items. | |
18 cp $booke/*.txt $outdir | |
16 | 19 |
17 find $booke -name "*.abc" | sort | | 20 find $booke -name "*.abc" | sort | |
18 while read filename | 21 while read filename |
19 do | 22 do |
20 name=`basename $filename .abc` | 23 name=`basename $filename .abc` |