diff options
author | Alex <alex@adnab.me> | 2024-03-04 11:08:23 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-04 11:08:23 +0000 |
commit | 32d6b4def8d14d77727be9af640b1626d5153c75 (patch) | |
tree | a42fe576c88a1a7663f88cc1dd86ed420eb6e4f0 /doc/talks/2024-02-29-capitoul/Makefile | |
parent | c4de471de1c50d77b44a4de603d34b9dbc0baed7 (diff) | |
parent | ee2b0c8dda97c45b5f4b44a01e6c6f5bfdfb1763 (diff) | |
download | garage-32d6b4def8d14d77727be9af640b1626d5153c75.tar.gz garage-32d6b4def8d14d77727be9af640b1626d5153c75.zip |
Merge pull request 'Add talk on 2024-02-09 at capitoul.org' (#755) from talk-capitoul into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/755
Diffstat (limited to 'doc/talks/2024-02-29-capitoul/Makefile')
-rw-r--r-- | doc/talks/2024-02-29-capitoul/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/talks/2024-02-29-capitoul/Makefile b/doc/talks/2024-02-29-capitoul/Makefile new file mode 100644 index 00000000..aa9c35af --- /dev/null +++ b/doc/talks/2024-02-29-capitoul/Makefile @@ -0,0 +1,10 @@ +ASSETS=../assets/logos/deuxfleurs.pdf + +talk.pdf: talk.tex $(ASSETS) + pdflatex talk.tex + +%.pdf: %.svg + inkscape -D -z --file=$^ --export-pdf=$@ + +%.pdf_tex: %.svg + inkscape -D -z --file=$^ --export-pdf=$@ --export-latex |