From f52d5418d2b79394e1c2b30111da5dd45e91de25 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 2 May 2019 12:29:30 -0700 Subject: [PATCH] Fix docs generation to not replance unchanged images. --- scripts/make_all_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_all_docs.sh b/scripts/make_all_docs.sh index 0fad6f08..b13ce603 100755 --- a/scripts/make_all_docs.sh +++ b/scripts/make_all_docs.sh @@ -18,7 +18,7 @@ rm -f tmpscad*.scad for lib in $PREVIEW_LIBS; do lib="$(basename $lib .scad)" mkdir -p images/$lib - rm -f images/$lib/*.png images/$lib/*.gif + # rm -f images/$lib/*.png images/$lib/*.gif echo ../scripts/docs_gen.py ../$lib.scad -o $lib.scad.md -c -i -I images/$lib/ ../scripts/docs_gen.py ../$lib.scad -o $lib.scad.md -c -i -I images/$lib/ || exit 1 open -a Typora $lib.scad.md