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>
This commit is contained in:
Lukas Fleischer 2016-02-11 19:16:20 +01:00
parent cd1756a4ed
commit bf1b269483

4
upgrading/post-checkout Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
( cd doc/ && make )
( cd po/ && make && make install )