Get build working again

This commit is contained in:
Neale Pickett 2014-06-14 16:17:16 +00:00
parent 811f9c8f82
commit f15d25eb60
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PLAIN += derby
#COPY += derby/scrimmage.pdf derby/lineup.pdf
COPY += derby/scrimmage.pdf derby/lineup.pdf
$(DESTDIR)/derby/%.pdf: derby/%.ps
ps2pdf $< $@

View File

@ -8,8 +8,8 @@ COPY += scoreboard/chrome.png
TARGETS += $(DESTDIR)/scoreboard/live/index.html
$(DESTDIR)/scoreboard/live/.git:
cd $(DESTDIR)/scoreboard; git clone /home/neale/projects/scoreboard live
cd $(DESTDIR)/scoreboard; git clone /home/neale/projects/derby/scoreboard live
$(DESTDIR)/scoreboard/live/index.html: $(DESTDIR)/scoreboard/live/.git
$(DESTDIR)/scoreboard/live/index.html: /home/neale/projects/scoreboard
$(DESTDIR)/scoreboard/live/index.html: /home/neale/projects/derby/scoreboard
cd $(DESTDIR)/scoreboard/live; git pull

View File

@ -1,7 +1,7 @@
TARGETS += $(DESTDIR)/track/index.html
$(DESTDIR)/track/.git:
cd $(DESTDIR); git clone /home/neale/projects/track
cd $(DESTDIR); git clone /home/neale/projects/derby/track
$(DESTDIR)/track/index.html: $(DESTDIR)/track/.git
cd $(DESTDIR)/track; git pull