Mercurial > dottes
comparison makeWeb.sh @ 321:b61c39beac5f
Generate different tune PDF for web site download.
For website download, generate a tune PDF with the tune title and composer.
Seems a bit silly to download a PDF giving an anonymouse tune.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 17 Jul 2013 18:28:07 +0100 |
parents | cbe9c10b5a3e |
children | 27f29e8aafea |
comparison
equal
deleted
inserted
replaced
320:c0262e58abf6 | 321:b61c39beac5f |
---|---|
76 | 76 |
77 fixtitle "$changetitle" | 77 fixtitle "$changetitle" |
78 changetitle=$retval | 78 changetitle=$retval |
79 fi | 79 fi |
80 | 80 |
81 # Copy tune PDF from common graphics. | 81 # Copy the ABC into the web. |
82 cp $graphicsdir/${name}.pdf $webdir | |
83 | |
84 # And copy the ABC. | |
85 cp $filename $webdir | 82 cp $filename $webdir |
86 | 83 |
87 # Generate the tune web page. | 84 # Generate the tune web page. |
88 tunepage=${name}.html | 85 tunepage=${name}.html |
89 | 86 |