summary refs log tree commit diff
path: root/scripts/gendoc.sh
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-09-03 17:29:13 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-09-03 17:31:57 +0100
commit8a7c1d6a00db7e22f0c7678fa4647589a0dcdc31 (patch)
tree632e29ac89ae9f2dc40fdbb3d0773b86cff3c8b8 /scripts/gendoc.sh
parentFix formating for threat model (diff)
downloadsynapse-8a7c1d6a00db7e22f0c7678fa4647589a0dcdc31.tar.xz
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
Diffstat (limited to 'scripts/gendoc.sh')
-rwxr-xr-xscripts/gendoc.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gendoc.sh b/scripts/gendoc.sh
index 30ba1db629..3c849e52e1 100755
--- a/scripts/gendoc.sh
+++ b/scripts/gendoc.sh
@@ -9,4 +9,6 @@ perl -pi -e 's#<head>#<head><link rel="stylesheet" href="/site.css">#' $MATRIXDO
 
 perl -pi -e 's#<body>#<body><div id="header"><div id="headerContent">&nbsp;</div></div><div id="page"><div id="wrapper"><div style="text-align: center; padding: 40px;"><img src="/matrix.png" width="305" height="130" alt="[matrix]"/></div>#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html
 
-perl -pi -e 's#</body>#</div></div><div id="footer"><div id="footerContent">&copy 2014 Matrix.org</div></div></body>#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html
\ No newline at end of file
+perl -pi -e 's#</body>#</div></div><div id="footer"><div id="footerContent">&copy 2014 Matrix.org</div></div></body>#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html
+
+scp -r $MATRIXDOTORG/docs matrix@ldc-prd-matrix-001:/sites/matrix-beta
\ No newline at end of file