summaryrefslogtreecommitdiff
path: root/Makefile
blob: b45bc7e9747658924d585e23ed9a1b4f77525671 (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/golearn_$@.git
  11. cd $@ && git merge origin