summaryrefslogtreecommitdiff
path: root/taler-docbuild/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'taler-docbuild/Makefile')
-rw-r--r--taler-docbuild/Makefile40
1 files changed, 40 insertions, 0 deletions
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 $@