diff --git a/makeWeb.sh b/makeWeb.sh index 622b9b1..6e26ece 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -49,9 +49,6 @@ mkdir -p $webdir sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \ -e "s/@TITLE@/$title/" -e "s/@BOOK@/$booke/" dottes.html > $webdir/$output -# Mark output as executable so it is scanned for server-side includes. -chmod +x $webdir/$output - for item in intro do rm -f $webdir/$item.html