mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
4 lines
66 B
Bash
Executable file
4 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
( cd doc/ && make )
|
|
( cd po/ && make && make install )
|