diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-11 11:40:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-11 11:40:44 +0100 |
commit | 60f0bd03b68c43fb1181497b028c91edfb1efbb1 (patch) | |
tree | 92b8515d2fedf947683b79ec8ef7347b631a262d /doc/talks/2024-01-12-seed/Makefile | |
parent | a8b0e01f88b947bc34c05d818d51860b4d171967 (diff) | |
download | garage-60f0bd03b68c43fb1181497b028c91edfb1efbb1.tar.gz garage-60f0bd03b68c43fb1181497b028c91edfb1efbb1.zip |
doc: add talk for SEED webinarprez-seed-webinar-202401
Diffstat (limited to 'doc/talks/2024-01-12-seed/Makefile')
-rw-r--r-- | doc/talks/2024-01-12-seed/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/talks/2024-01-12-seed/Makefile b/doc/talks/2024-01-12-seed/Makefile new file mode 100644 index 00000000..033a8af9 --- /dev/null +++ b/doc/talks/2024-01-12-seed/Makefile @@ -0,0 +1,10 @@ +ASSETS=assets/deuxfleurs.pdf + +talk.pdf: talk.tex $(ASSETS) + pdflatex talk.tex + +assets/%.pdf: assets/%.svg + inkscape -D -z --file=$^ --export-pdf=$@ + +assets/%.pdf_tex: assets/%.svg + inkscape -D -z --file=$^ --export-pdf=$@ --export-latex |