diff options
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%/*}" |
