2014-01-20 23:13:41 -07:00
|
|
|
PLAIN += scoreboard
|
|
|
|
COPY += scoreboard/screenshot.png
|
|
|
|
COPY += scoreboard/logos.html
|
|
|
|
COPY += scoreboard/others.html
|
|
|
|
|
2014-01-20 21:36:28 -07:00
|
|
|
TARGETS += $(DESTDIR)/scoreboard/live/index.html
|
|
|
|
|
|
|
|
$(DESTDIR)/scoreboard/live/.git:
|
2014-01-20 23:13:41 -07:00
|
|
|
cd $(DESTDIR)/scoreboard; git clone /home/neale/projects/scoreboard live
|
2014-01-20 21:36:28 -07:00
|
|
|
|
|
|
|
$(DESTDIR)/scoreboard/live/index.html: $(DESTDIR)/scoreboard/live/.git
|
|
|
|
$(DESTDIR)/scoreboard/live/index.html: /home/neale/projects/scoreboard
|
|
|
|
cd $(DESTDIR)/scoreboard/live; git pull
|