garage/doc/talks/2024-01-12-seed/Makefile
Alex d2c40b12e8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
doc/talks: refactor assets
2024-01-22 14:43:46 +01:00

11 lines
240 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