X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F900index_pages;h=dddbdcddc27a07b04ded82336c165872950eb79a;hb=baa8438e062c040b6d142bcf36961b95841c0069;hp=1213e369ea02f2e40b53290fe0152580f6314f13;hpb=2442b6d4d053bc955fcfa96db3c74d52416303bc;p=deb%2Fpackages.git diff --git a/cron.d/900index_pages b/cron.d/900index_pages index 1213e36..dddbdcd 100755 --- a/cron.d/900index_pages +++ b/cron.d/900index_pages @@ -4,8 +4,29 @@ cd "$topdir" +set -e + date ./bin/create_suite_index_pages date ./bin/create_index_pages date + +# for file in $(find www/ -name *.slices) +# do +# dir=$(dirname $file) +# base=$(basename $file .slices) +# target= +# for l in $polangs +# do +# lu=$(echo $l|tr /a-z/ /A-Z/) +# target="$target -o ${lu}uUNDEF:$dir/$base.$l.html.tmp" +# done + +# echo slice $target $file +# slice $target $file +# done + +./bin/trivial_slice en $polangs -- $(find "$htmldir" -name "*.slices") + +date