diff options
Diffstat (limited to 'docs/gen.sh')
-rwxr-xr-x | docs/gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen.sh b/docs/gen.sh index 4e7a80b..67ffd7b 100755 --- a/docs/gen.sh +++ b/docs/gen.sh @@ -17,4 +17,4 @@ done sed -e "s@LINKS@$links@g" index.template >std/index.html -cp content.js content.css index.css std/ +cp res/* content.js content.css index.css std/ |