Browse code

a dinky script to demonstrate some steps of building the website

Roger Dingledine authored on 31/07/2006 23:15:41
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+cvs update -d -P
3
+make
4
+# XXX should check whether make fails
5
+scp *.html.* tor.eff.org:/www/tor.eff.org/docs/
6
+scp docs/*.html.* tor.eff.org:/www/tor.eff.org/docs/docs/
7
+
8
+## This won't move images, css, etc. Somebody should set up rsync or
9
+## something smarter to move those, or you can scp them separately.
10
+