From c6d43b1274c044c275f8dbea343aff33593a7485 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 6 Feb 2018 04:06:40 +0100 Subject: build docs the same way as blue/green --- taler-docbuild/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 taler-docbuild/Makefile (limited to 'taler-docbuild/Makefile') diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile new file mode 100644 index 0000000..ce75e67 --- /dev/null +++ b/taler-docbuild/Makefile @@ -0,0 +1,40 @@ +all: api-stamp backoffice bank-stamp exchange-stamp +all: docs-landing-stamp merchant-stamp +all: www.taler.net-stamp stage.taler.net-stamp + + +api-stamp: + ./update_api.sh + touch $@ + +backoffice-stamp: + ./update_doc_backoffice.sh + touch $@ + +bank-stamp: + ./update_doc_bank.sh + touch $@ + +landing-stamp: + ./update_doc_landing.sh + touch $@ + +merchant-stamp: + ./update_doc_merchant.sh + touch $@ + +deployment-stamp: + ./update_onboarding.sh + touch $@ + +tutorials-stamp: + ./update_tutorials.sh + touch $@ + +stage.taler.net-stamp: + ./update_www_and_stage.sh + touch $@ + +www.taler.net-stamp: + ./update_www_and_stage.sh + touch $@ -- cgit v1.2.3