From 193560849919d63a928d5c3d2994cfdb4f0840f6 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 21 May 2019 15:43:28 +0200 Subject: docs builder doesn't touch sites --- taler-docbuild/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'taler-docbuild/Makefile') diff --git a/taler-docbuild/Makefile b/taler-docbuild/Makefile index 4244050..1f8b19d 100644 --- a/taler-docbuild/Makefile +++ b/taler-docbuild/Makefile @@ -1,11 +1,8 @@ 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: @@ -24,18 +21,10 @@ bank-stamp: ./update_doc_bank.sh touch $@ -docs-landing-stamp: - ./update_doc_landing.sh - touch $@ - exchange-stamp: ./update_doc_exchange.sh touch $@ -landing-stamp: - ./update_doc_landing.sh - touch $@ - merchant-stamp: ./update_doc_merchant.sh touch $@ @@ -43,12 +32,3 @@ merchant-stamp: deployment-stamp: ./update_onboarding.sh touch $@ - -stage.taler.net-stamp: - ./update_stage.sh - touch $@ - -# Cares about the 'stable' branch. -www.taler.net-stamp: - ./update_www.sh - touch $@ -- cgit v1.2.3