From d993104e86f2e2ec8ff1036648e34eebdca0d58d Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Mon, 1 Jun 2026 21:58:43 +0200 Subject: Lil doc update. --- update-html.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update-html.sh') diff --git a/update-html.sh b/update-html.sh index 79745e4..d7b48e8 100755 --- a/update-html.sh +++ b/update-html.sh @@ -40,14 +40,14 @@ cp html/style.css html/zisp/ shopt -s globstar -for file in notes/*.md docs/**/*.md +for file in notes/*.md doc/**/*.md do dest=html/zisp/${file%.md}.html mkdir -p "${dest%/*}" md2ht "$file" "$dest" done -for file in docs/**/*.txt +for file in doc/**/*.txt do dest=html/zisp/$file mkdir -p "${dest%/*}" -- cgit v1.2.3