aboutsummaryrefslogtreecommitdiff
path: root/linuxdays2017/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-17 07:59:09 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-17 07:59:09 +0200
commit4555491b5fdb3f38c731e409c2f98b46ac675efa (patch)
tree80b2769cde260fd08642e828440a836cbad9d4b0 /linuxdays2017/Makefile
parent8f1a06dc1f65e0827a0f14e1193b01b97db52ad2 (diff)
downloadpresentations-4555491b5fdb3f38c731e409c2f98b46ac675efa.tar.gz
presentations-4555491b5fdb3f38c731e409c2f98b46ac675efa.tar.bz2
presentations-4555491b5fdb3f38c731e409c2f98b46ac675efa.zip
Some directory movements
Diffstat (limited to 'linuxdays2017/Makefile')
-rw-r--r--linuxdays2017/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/linuxdays2017/Makefile b/linuxdays2017/Makefile
deleted file mode 100644
index 0c3c782..0000000
--- a/linuxdays2017/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-FILE=pres
-
-$(FILE).pdf: $(FILE).tex $(patsubst %.svg,%.pdf,$(wildcard *.svg))
- pdflatex -shell-escape $<
-
-%.pdf: %.svg
- inkscape -D -z --file=$< --export-pdf=$@ --export-latex
-
-clean:
- ls | grep -v -E "($(FILE).tex|Makefile|theme|svg|png|eps)$$" | xargs rm -rf