diff options
Diffstat (limited to 'linuxdays2017/Makefile')
-rw-r--r-- | linuxdays2017/Makefile | 10 |
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 |