1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

make release work on OSX

This commit is contained in:
Matthew Hodgson
2016-06-02 18:02:47 +01:00
parent 11f02d2e24
commit 4bec72a2bd

View File

@@ -90,7 +90,7 @@ if [ -z "$skip_jsdoc" ]; then
echo "copying jsdocs to gh-pages branch"
git checkout gh-pages
git pull
cp -ar ".jsdoc/matrix-js-sdk/$release" .
cp -a ".jsdoc/matrix-js-sdk/$release" .
perl -i -pe 'BEGIN {$rel=shift} $_ =~ /^<\/ul>/ && print
"<li><a href=\"${rel}/index.html\">Version ${rel}</a></li>\n"' \
$release index.html