X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=processor%2Fall.do;h=e448a44fac615a12ae7f94581d6b2965805cc041;hp=5857254a2c72b56f801833bac0161861d81a15f4;hb=ccaca5ce4be7fc7c67c62ac5bbbe3bdb06ddb6ad;hpb=7e46811626fa2be53d70c91cab7d1102deef9f64 diff --git a/processor/all.do b/processor/all.do index 5857254..e448a44 100644 --- a/processor/all.do +++ b/processor/all.do @@ -36,12 +36,7 @@ done for file in *.rst *.md; do if test -f "$file"; then redo-ifchange "${metadata_dir}/${file%.*}.intermediate" - fi -done -for file in "$metadata_dir"/*.intermediate; do - if test -f "$file"; then - basename=$(basename "$file") - html_file=${basename%.intermediate}.html + html_file=${file%.*}.html redo-ifchange "$html_file" ln -sf "$cur_dir/$html_file" "${public_dir}/" fi