From 31dbdfebdad551ea98ade43a173d79125d32ad4d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 27 Feb 2018 22:50:50 +0100 Subject: build API tutorial as part of merchant backend now --- taler-docbuild/update_tutorials.sh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 taler-docbuild/update_tutorials.sh (limited to 'taler-docbuild/update_tutorials.sh') diff --git a/taler-docbuild/update_tutorials.sh b/taler-docbuild/update_tutorials.sh deleted file mode 100755 index cef16ca..0000000 --- a/taler-docbuild/update_tutorials.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -set -eu - -fetch () { - 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" -} - -cd $HOME/merchant-frontend-examples -fetch -make -cp php/doc/tutorial.pdf $HOME/build/merchant-frontend/php/pdf/ -cp php/doc/tutorial.html $HOME/build/merchant-frontend/php/html/ -cp php/doc/*.css $HOME/build/merchant-frontend/php/html/ -cp php/doc/*.jpg $HOME/build/merchant-frontend/php/html/ -cp python/doc/tutorial.pdf $HOME/build/merchant-frontend/python/pdf/ -cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/ -cp python/doc/*.css $HOME/build/merchant-frontend/python/html/ -cp python/doc/*.jpg $HOME/build/merchant-frontend/python/html/ - -- cgit v1.2.3