summaryrefslogtreecommitdiff
path: root/taler-sitesbuild/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'taler-sitesbuild/Makefile')
-rw-r--r--taler-sitesbuild/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/taler-sitesbuild/Makefile b/taler-sitesbuild/Makefile
new file mode 100644
index 0000000..c30558d
--- /dev/null
+++ b/taler-sitesbuild/Makefile
@@ -0,0 +1,15 @@
+all: www.taler.net-stamp
+all: stage.taler.net-stamp
+all: docs.taler.net-stamp
+
+docs.taler.net-stamp:
+ ./update_doc_landing.sh
+ touch $@
+
+stage.taler.net-stamp:
+ ./update_stage.sh
+ touch $@
+
+www.taler.net-stamp:
+ ./update_www.sh
+ touch $@