mirror of https://github.com/nealey/woozle.org.git
Get build working again
This commit is contained in:
parent
811f9c8f82
commit
f15d25eb60
|
@ -1,5 +1,5 @@
|
||||||
PLAIN += derby
|
PLAIN += derby
|
||||||
#COPY += derby/scrimmage.pdf derby/lineup.pdf
|
COPY += derby/scrimmage.pdf derby/lineup.pdf
|
||||||
|
|
||||||
$(DESTDIR)/derby/%.pdf: derby/%.ps
|
$(DESTDIR)/derby/%.pdf: derby/%.ps
|
||||||
ps2pdf $< $@
|
ps2pdf $< $@
|
||||||
|
|
|
@ -8,8 +8,8 @@ COPY += scoreboard/chrome.png
|
||||||
TARGETS += $(DESTDIR)/scoreboard/live/index.html
|
TARGETS += $(DESTDIR)/scoreboard/live/index.html
|
||||||
|
|
||||||
$(DESTDIR)/scoreboard/live/.git:
|
$(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: $(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
|
cd $(DESTDIR)/scoreboard/live; git pull
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
TARGETS += $(DESTDIR)/track/index.html
|
TARGETS += $(DESTDIR)/track/index.html
|
||||||
|
|
||||||
$(DESTDIR)/track/.git:
|
$(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
|
$(DESTDIR)/track/index.html: $(DESTDIR)/track/.git
|
||||||
cd $(DESTDIR)/track; git pull
|
cd $(DESTDIR)/track; git pull
|
||||||
|
|
Loading…
Reference in New Issue