summaryrefslogtreecommitdiff
path: root/Makefile
blob: c4e33b2accd3768226d22c171d456f99184733a1 (plain)
  1. #underlays = basewiki smiley templates
  2. underlays = templates
  3. #locale = danish
  4. master = master
  5. #master = master-LOCALE
  6. all: $(underlays)
  7. $(underlays):
  8. mkdir $@
  9. cd $@ && git init
  10. cd $@ && git remote add -f -t $(master:LOCALE=$(locale)) -m $(master:LOCALE=$(locale)) origin http://source.jones.dk/sukker_$@.git
  11. cd $@ && git merge origin