diff --git a/makeWeb.sh b/makeWeb.sh index dec8e60..446516c 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -97,6 +97,8 @@ find $bookedir -name "*.abc" | sort | # If we are not the master booke, link the mp3 in from the # master page in a desperate attempt to make IE8 work. + # The Jenkins archive will dereference the soft link, it seems, + # but I guess I can live with copies of the MP3 for now. if [ "$booke" != "$masterbooke" ]; then ln -s -r ${masterwebdir}/${name}.mp3 ${webdir} fi