aboutsummaryrefslogtreecommitdiffstats
path: root/script/update
blob: 6fa0e50049739bf82ae1d95f05f66fef70c0d37e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
cd "$(dirname "$0")/.."

script/bootstrap
bin/update-schema --commit
bin/make_css
commonlib/bin/gettext-makemo 2>&1