aurweb/upgrading/post-checkout
Lukas Fleischer bf1b269483 Add an example post-checkout hook
Add a shell script to rebuild the documentation and install
translations. Can be executed manually or used as a post-checkout hook
in Git.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2016-02-11 19:19:29 +01:00

4 lines
66 B
Bash
Executable file

#!/bin/sh
( cd doc/ && make )
( cd po/ && make && make install )