summaryrefslogtreecommitdiff
path: root/update-html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-html.sh')
-rwxr-xr-xupdate-html.sh4
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%/*}"