summaryrefslogtreecommitdiff
path: root/taler-docbuild/Makefile
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-21 15:43:28 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-21 15:43:28 +0200
commit193560849919d63a928d5c3d2994cfdb4f0840f6 (patch)
treefc62afad9d6509ad83b3d11d689605ef03c1b7a1 /taler-docbuild/Makefile
parent6be09ccfc74fb0564659197046d5d0fbc40f9620 (diff)
downloaddeployment-193560849919d63a928d5c3d2994cfdb4f0840f6.tar.gz
deployment-193560849919d63a928d5c3d2994cfdb4f0840f6.tar.bz2
deployment-193560849919d63a928d5c3d2994cfdb4f0840f6.zip
docs builder doesn't touch sites
Diffstat (limited to 'taler-docbuild/Makefile')
-rw-r--r--taler-docbuild/Makefile20
1 files changed, 0 insertions, 20 deletions
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 $@