Mercurial > dottes
view makeAll.sh @ 207:afe8fc2c8d8c
Set margin on divs so that they leave gaps between themselves.
So 'clear' divs are unnecessary.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Mon, 18 Feb 2013 21:50:58 +0000 |
parents | 8f352063f277 |
children | 64b84dea3337 |
line wrap: on
line source
#!/bin/bash # # Build all forms of the Booke. if [ $# != 1 ]; then echo "Usage: makeAll.sh <book dir name>" exit 1 fi makeABooke() { ./makeGraphics.sh $1 ./makeBookeA5.sh $1 ./makeBookeA4.sh $1 ./makeWebItems.sh $1 ./makeWeb.sh $1 $2 } makeABooke $1 ./makeCello.sh $1 makeABooke $1-Cello cello