From f15d25eb60246964571bd44ca5020909049cdf7b Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sat, 14 Jun 2014 16:17:16 +0000 Subject: [PATCH] Get build working again --- derby/derby.mk | 2 +- scoreboard/scoreboard.mk | 4 ++-- track/track.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/derby/derby.mk b/derby/derby.mk index b6a5482..6b06ecd 100644 --- a/derby/derby.mk +++ b/derby/derby.mk @@ -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 $< $@ diff --git a/scoreboard/scoreboard.mk b/scoreboard/scoreboard.mk index 04f8e86..247d761 100644 --- a/scoreboard/scoreboard.mk +++ b/scoreboard/scoreboard.mk @@ -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 diff --git a/track/track.mk b/track/track.mk index 5386cbb..82626ea 100644 --- a/track/track.mk +++ b/track/track.mk @@ -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