X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F900index_pages;h=dddbdcddc27a07b04ded82336c165872950eb79a;hb=baa8438e062c040b6d142bcf36961b95841c0069;hp=5829d0b0dc5d6bc4c365629fdb92b8553f740dd0;hpb=ab19fd79bbda7f93e37511413063d4e6d8e880f4;p=deb%2Fpackages.git diff --git a/cron.d/900index_pages b/cron.d/900index_pages index 5829d0b..dddbdcd 100755 --- a/cron.d/900index_pages +++ b/cron.d/900index_pages @@ -4,6 +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