diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2026-06-01 21:58:43 +0200 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2026-06-01 21:58:43 +0200 |
| commit | d993104e86f2e2ec8ff1036648e34eebdca0d58d (patch) | |
| tree | e65c5e2ea84b1ebc964f946848abdd122ce8a563 /update-html.sh | |
| parent | 724ac8ae394675a78c2977c6e35555b210256e01 (diff) | |
Lil doc update.
Diffstat (limited to 'update-html.sh')
| -rwxr-xr-x | update-html.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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%/*}" |
