commit bd7a467d1a90414077f692a658b5b3bca7660f1a parent 69c5853b416318ce84342098f31860f0f8d9f948 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 29 Aug 2019 10:24:18 +0200 api->docs Diffstat:
| M | bootstrap-docbuilder | | | 2 | +- |
| M | taler-docbuild/Makefile | | | 4 | ++-- |
| R | taler-docbuild/update_api.sh -> taler-docbuild/update_docs.sh | | | 0 |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bootstrap-docbuilder b/bootstrap-docbuilder @@ -9,7 +9,7 @@ set -eu BRANCH=master -REPOS="bank merchant exchange deployment backoffice api merchant-frontend-examples" +REPOS="bank merchant exchange deployment backoffice docs merchant-frontend-examples" cd $HOME diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile @@ -11,8 +11,8 @@ tutorials-stamp: ${BASE}/update_tutorials.sh touch $@ -api-stamp: - ${BASE}/update_api.sh +docs-stamp: + ${BASE}/update_docs.sh touch $@ backoffice-stamp: diff --git a/taler-docbuild/update_api.sh b/taler-docbuild/update_docs.sh