summaryrefslogtreecommitdiffstats
path: root/upgrading/post-checkout
diff options
context:
space:
mode:
Diffstat (limited to 'upgrading/post-checkout')
-rwxr-xr-xupgrading/post-checkout4
1 files changed, 4 insertions, 0 deletions
diff --git a/upgrading/post-checkout b/upgrading/post-checkout
new file mode 100755
index 00000000..7ad41cfd
--- /dev/null
+++ b/upgrading/post-checkout
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+( cd doc/ && make )
+( cd po/ && make && make install )