diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
