summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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