summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-20 23:30:37 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-20 23:30:37 +0200
commit90a4bec8046faf83b47f47ccd4cae1f7eaf1c264 (patch)
treea4a349e2a4ec77ddd027ac8e12744be2bef40bbe
parent1dbde6d9604dc963a5ff60caa62b0cc4877297cf (diff)
downloaddeployment-90a4bec8046faf83b47f47ccd4cae1f7eaf1c264.tar.gz
deployment-90a4bec8046faf83b47f47ccd4cae1f7eaf1c264.tar.bz2
deployment-90a4bec8046faf83b47f47ccd4cae1f7eaf1c264.zip
trigger docs building.
-rw-r--r--taler-docbuild/Makefile12
-rwxr-xr-xtaler-docbuild/invalidate.sh2
2 files changed, 10 insertions, 4 deletions
diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile
index 4c286e3..4244050 100644
--- a/taler-docbuild/Makefile
+++ b/taler-docbuild/Makefile
@@ -1,6 +1,12 @@
-all: api-stamp backoffice-stamp bank-stamp exchange-stamp
-all: docs-landing-stamp merchant-stamp tutorials-stamp
-all: www.taler.net-stamp stage.taler.net-stamp
+all: api-stamp
+all: backoffice-stamp
+all: bank-stamp exchange-stamp
+all: docs-landing-stamp
+all: merchant-stamp
+all: tutorials-stamp
+all: www.taler.net-stamp
+all: stage.taler.net-stamp
+all: deployment-stamp
tutorials-stamp:
./update_tutorials.sh
diff --git a/taler-docbuild/invalidate.sh b/taler-docbuild/invalidate.sh
index 55c8ad3..f897102 100755
--- a/taler-docbuild/invalidate.sh
+++ b/taler-docbuild/invalidate.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu
-components="merchant-frontend-examples merchant exchange backoffice stage.taler.net www.taler.net api docs-landing"
+components="merchant-frontend-examples merchant exchange backoffice stage.taler.net www.taler.net api docs-landing deployment"
for component in $components ; do
cd $HOME/$component