diff options
| author | Karel Kočí <cynerd@email.cz> | 2017-10-17 07:59:09 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2017-10-17 07:59:09 +0200 | 
| commit | 4555491b5fdb3f38c731e409c2f98b46ac675efa (patch) | |
| tree | 80b2769cde260fd08642e828440a836cbad9d4b0 /2017-installfest/makefile | |
| parent | 8f1a06dc1f65e0827a0f14e1193b01b97db52ad2 (diff) | |
| download | presentations-4555491b5fdb3f38c731e409c2f98b46ac675efa.tar.gz presentations-4555491b5fdb3f38c731e409c2f98b46ac675efa.tar.bz2 presentations-4555491b5fdb3f38c731e409c2f98b46ac675efa.zip | |
Some directory movements
Diffstat (limited to '2017-installfest/makefile')
| -rw-r--r-- | 2017-installfest/makefile | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/2017-installfest/makefile b/2017-installfest/makefile new file mode 100644 index 0000000..9ab8f60 --- /dev/null +++ b/2017-installfest/makefile @@ -0,0 +1,10 @@ +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|scheme|svg|png|eps)$$" | xargs rm -rf | 
