summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas' Debian stuff <debian@mail.bitbase.dk>2008-04-09 11:43:13 +0200
committerJonas' Debian stuff <debian@mail.bitbase.dk>2008-04-09 11:43:13 +0200
commitd7a1b2d2964a4cf0c9baed8dcfd1081b995ccca9 (patch)
tree6fd7638e23d4190e72b17338492bfe5ab41b0c02
parentb17eb4d4b9c5681979eab055e54c7d26932d4f7b (diff)
Setup local paths
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c4e33b2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+#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/sukker_$@.git
+ cd $@ && git merge origin