chiark / gitweb /
Merge branch 'master' of /u/webstump/live/
[modbot-mtm.git] / setup
diff --git a/setup b/setup
index 980a5a50cdbdcc5ab74e66e908b4a71599eb2be8..bf605758f3b3bdc276c40e2349b54b094613bdbd 100755 (executable)
--- a/setup
+++ b/setup
@@ -4,6 +4,19 @@ set -e
 #
 # Some things are idempotent, others are once-only.
 
-./install-key
-./install-substitutions
-./install-aggregates
+x () {
+       echo "==== $* ===="
+       "$@"
+}
+
+x ./install-key
+x ./install-newsgroup
+x ./install-substitutions
+x make -C webstump
+x ./install-aggregates
+x ./install-weblinks
+x ./install-loggroups
+
+echo ==== DONE ====
+
+x cat README.auto