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 f79ce6b..7b5eb72 100755 --- a/docs/gen.sh +++ b/docs/gen.sh @@ -17,7 +17,7 @@ done sed -e "s@LINKS@$links@g" index.template >std/index.html -cp res/* content.js content.css index.css std/ +cp res/* code.js content.css index.css code.css std/ echo "std done" |