aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b7a839d..d2aa903 100644
--- a/Makefile
+++ b/Makefile
@@ -57,4 +57,9 @@ $(target)/talks/scala-channels.html: talks/scala-channels.html
@mkdir -p $(@D)
cp $< $@
+$(target)/talks/project-condor.html: talks/project-condor.html
+ @mkdir -p $(@D)
+ cp $< $@
+
+
.PHONY: all clean publish