Mercurial > dottes
view makeTestBooke.sh @ 849:eb5da4e5c057
Fix up subtitles which have a ', The' form.
We no longer fix up such titles other than the primary title.
The primary title uses the ", <prefix>" so the sort order can
ignore prefixes words like 'The' or 'An'.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 23 Mar 2019 14:57:19 +0000 |
parents | 232a778181e3 |
children |
line wrap: on
line source
#!/bin/sh if [ $# != 1 ]; then echo "Usage: make.sh <book dir name>" exit 1 fi booke=$1 find $booke -name "*.abc" | sort | xargs abcm2ps -F dottes.fmt -O $booke.ps