summaryrefslogtreecommitdiff
path: root/blends/talk/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-11-03 12:03:37 +0100
committerJonas Smedegaard <dr@jones.dk>2012-11-03 12:24:09 +0100
commit04cfb73675649a9b3b2d7ae752375fe70c18c12a (patch)
tree68fe54881ae24abd45e78e2cd609a0ae8e8cfff5 /blends/talk/Makefile
parent96332ea680451f58daaf13a20d27c5c3e1a02a8e (diff)
Move Slidy files to reusable path.
Diffstat (limited to 'blends/talk/Makefile')
-rw-r--r--blends/talk/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/blends/talk/Makefile b/blends/talk/Makefile
deleted file mode 100644
index e37108e..0000000
--- a/blends/talk/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-pandoc_sources := $(wildcard *.mkd)
-presentations = $(pandoc_sources:%.mkd=%/index.html)
-#aux = slidy.css
-
-all: $(presentations)
-
-# TODO: use --offline when working with Debian packaging of Pandoc
-$(presentations): %/index.html : %.mkd
- mkdir -p $(dir $@)
- pandoc --from Markdown --to Slidy -o $@ -s $<
- perl -i -pe 's{http://www.w3.org/Talks/Tools/Slidy2/(?:styles|scripts)/(slidy.(?:css|js))(?:\.gz)?}{../$$1}g' $@