build: Update prerelease command

This commit is contained in:
Jakob Borg 2017-06-01 12:09:20 +02:00
parent 803da92ca9
commit 3dca7cd694
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ case "${1:-default}" in
prerelease)
go run script/authors.go
build transifex
git add -A gui/default/assets/ lib/auto/
pushd man ; ./refresh.sh ; popd
git add -A man
git add -A gui man
git commit -m 'gui, man: Update docs & translations'
;;
noupgrade)