diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-26 13:42:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-26 13:42:47 +0100 |
commit | ee2b0c8dda97c45b5f4b44a01e6c6f5bfdfb1763 (patch) | |
tree | e6c98752ffd4876a172dd4039eb31d549a708133 /doc/talks/2024-02-29-capitoul/Makefile | |
parent | e399b60e255f14585a58765693b000db69aed09f (diff) | |
download | garage-ee2b0c8dda97c45b5f4b44a01e6c6f5bfdfb1763.tar.gz garage-ee2b0c8dda97c45b5f4b44a01e6c6f5bfdfb1763.zip |
[talk-capitoul] Add talk on 2024-02-09 at capitoul.orgtalk-capitoul
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 |