diff options
Diffstat (limited to 'upgrading/post-checkout')
-rwxr-xr-x | upgrading/post-checkout | 4 |
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 ) |