summaryrefslogtreecommitdiff
path: root/taler-docbuild/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'taler-docbuild/Makefile')
-rw-r--r--taler-docbuild/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile
index 92f4379..4c286e3 100644
--- a/taler-docbuild/Makefile
+++ b/taler-docbuild/Makefile
@@ -39,9 +39,10 @@ deployment-stamp:
touch $@
stage.taler.net-stamp:
- ./update_www_and_stage.sh
+ ./update_stage.sh
touch $@
+# Cares about the 'stable' branch.
www.taler.net-stamp:
- ./update_www_and_stage.sh
+ ./update_www.sh
touch $@