From d48b3d00a3e7063ab058df8b476028f0aec82474 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 1 Mar 2019 16:40:50 +0100 Subject: Addressing #5424. --- taler-docbuild/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'taler-docbuild/Makefile') 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 $@ -- cgit v1.2.3