aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c08f9a6..67776d5 100755
--- a/build.sh
+++ b/build.sh
@@ -29,6 +29,10 @@ copyfile() {
29 t="$(htmltitle "$file")" 29 t="$(htmltitle "$file")"
30 cat top.html "$file" bottom.html | sed "s/TITLE/$t/" > "$ind" 30 cat top.html "$file" bottom.html | sed "s/TITLE/$t/" > "$ind"
31 ;; 31 ;;
32 raw)
33 namenoraw="$(basename "$file" | sed 's/\.raw$//')"
34 cp "$file" "$dest/$namenoraw"
35 ;;
32 *) 36 *)
33 cp "$file" "$dest/$(basename "$file")" 37 cp "$file" "$dest/$(basename "$file")"
34 esac 38 esac

Generated with cgit - Back to sebastiano.tronto.net