X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F900index_pages;h=e22586d77342633701fd25e94950e1a94c956e16;hp=dddbdcddc27a07b04ded82336c165872950eb79a;hb=0f318fa9ad9d473b543a48f46a7714a11283d300;hpb=4f1bc287391a6d81c87727aad69b88d1982a6b9c diff --git a/cron.d/900index_pages b/cron.d/900index_pages index dddbdcd..e22586d 100755 --- a/cron.d/900index_pages +++ b/cron.d/900index_pages @@ -12,21 +12,6 @@ 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") +./bin/trivial_slice en $polangs -- $(find "$htmldir" -maxdepth 4 -name "*.slices") date