garage/doc/talks/2024-01-12-seed/Makefile
Alex Auvolat 60f0bd03b6
All checks were successful
continuous-integration/drone/push Build is passing
doc: add talk for SEED webinar
2024-01-11 11:40:44 +01:00

10 lines
237 B
Makefile

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