From 04cfb73675649a9b3b2d7ae752375fe70c18c12a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 3 Nov 2012 12:03:37 +0100 Subject: Move Slidy files to reusable path. --- emdebian/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 emdebian/Makefile (limited to 'emdebian/Makefile') diff --git a/emdebian/Makefile b/emdebian/Makefile deleted file mode 100644 index b4f4298..0000000 --- a/emdebian/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/Slidy/slidy.(css|js)(\.gz)?}{../slidy.min.$$1}g' $@ -- cgit v1.2.3