From ccaca5ce4be7fc7c67c62ac5bbbe3bdb06ddb6ad Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 22 Dec 2016 19:52:46 +0100 Subject: [PATCH] Simplify all.do script. --- processor/all.do | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.30.2