aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f3aabf3..bb9f478 100755
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,6 @@ recursivebuild() {
20 cat bottom.html >> "$destdir/index.html" 20 cat bottom.html >> "$destdir/index.html"
21 21
22 lowdown -Tgemini --gemini-link-roman \ 22 lowdown -Tgemini --gemini-link-roman \
23 --gemini-link-end \
24 "$1/$file" > "$destdir_gmi/index.gmi" 23 "$1/$file" > "$destdir_gmi/index.gmi"
25 cat bottom.gmi >> "$destdir_gmi/index.gmi" 24 cat bottom.gmi >> "$destdir_gmi/index.gmi"
26 elif [ "$extension" = "html" ]; then 25 elif [ "$extension" = "html" ]; then

Generated with cgit - Back to sebastiano.tronto.net