comparison makeBooke.sh @ 327:55afb58d4a9a

Make emails \url{} to that they will wrap at the end of a line. Also remove unused reference to graphics dir.
author Jim Hague <jim.hague@acm.org>
date Mon, 05 Aug 2013 13:30:08 +0100
parents 9c5cabaabbec
children 2a7d03d6a89f
comparison
equal deleted inserted replaced
326:27f29e8aafea 327:55afb58d4a9a
15 dir=`pwd` 15 dir=`pwd`
16 16
17 booke=$dir/$1 17 booke=$dir/$1
18 papersize=$2 18 papersize=$2
19 builddir=$dir/build 19 builddir=$dir/build
20 graphicsdir=$dir/graphics/$1
21 booketex=$dir/dottes.tex 20 booketex=$dir/dottes.tex
22 bookepdf=$builddir/dottes.pdf 21 bookepdf=$builddir/dottes.pdf
23 22
24 mkdir -p $builddir 23 mkdir -p $builddir
25 24