mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
cd1756a4ed
commit
bf1b269483
1 changed files with 4 additions and 0 deletions
4
upgrading/post-checkout
Executable file
4
upgrading/post-checkout
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
( cd doc/ && make )
|
||||
( cd po/ && make && make install )
|
Loading…
Add table
Reference in a new issue