Mercurial > dottes
comparison makeCello.sh @ 876:1a838d8dca2a
Fix building transposed bookes.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 26 Mar 2019 17:54:07 +0000 |
parents | 06fec6764661 |
children | 18f0e45207ef |
comparison
equal
deleted
inserted
replaced
875:6b60f40f7113 | 876:1a838d8dca2a |
---|---|
47 outdir=$dir/$1-Cello | 47 outdir=$dir/$1-Cello |
48 | 48 |
49 mkdir -p $outdir/Compact | 49 mkdir -p $outdir/Compact |
50 | 50 |
51 # Copy book component items. | 51 # Copy book component items. |
52 cp $booke/*.txt $outdir | 52 cp $booke/*.txt $booke/*.md $booke/image.jpg $outdir |
53 | 53 |
54 echo "Cello" > $outdir/instrument.txt | 54 echo "Cello" > $outdir/instrument.txt |
55 | 55 |
56 find $booke -name "*.abc" | sort | | 56 find $booke -name "*.abc" | sort | |
57 while read filename | 57 while read filename |