diff options
Diffstat (limited to 'blends/talk/Makefile')
-rw-r--r-- | blends/talk/Makefile | 11 |
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' $@ |