2017-10-10 16:29:22 -03:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Generate translations for certain files such as polkit
|
|
|
|
pushd "${PWD}"/po
|
2017-10-27 18:10:19 -03:00
|
|
|
./create_pot_file.sh
|
|
|
|
./update_po_files.sh
|
2017-10-10 16:29:22 -03:00
|
|
|
make
|
|
|
|
make clean
|
|
|
|
popd
|
|
|
|
|
|
|
|
# Update the autovala environment
|
2017-10-16 13:40:34 -03:00
|
|
|
autovala update
|