summaryrefslogtreecommitdiff
path: root/taler-build/update_manual.sh
blob: f18ebf1efe9b2e63b01f6bf0fe553253da2279c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

cd /var/www/merchant/
git clean -fdx
git fetch
# reset to updated upstream branch, but only if we're tracking a branch
branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo HEAD)
git reset --hard "$branch"

./bootstrap
./configure
cd doc/
make