summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b45bc7e..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#underlays = basewiki smiley templates
-underlays = templates
-#locale = danish
-master = master
-#master = master-LOCALE
-
-all: $(underlays)
-
-$(underlays):
- mkdir $@
- cd $@ && git init
- cd $@ && git remote add -f -t $(master:LOCALE=$(locale)) -m $(master:LOCALE=$(locale)) origin http://source.jones.dk/golearn_$@.git
- cd $@ && git merge origin