diff options
author | Alex <alex@adnab.me> | 2022-11-27 13:38:13 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-11-27 13:38:13 +0000 |
commit | 280330ac72a12fbfb9c22018bb33d5a490c7a016 (patch) | |
tree | 12666b8177efce28b752cb661c0427cc27849ea6 /doc/talks/2022-11-19-Capitole-du-Libre/Makefile | |
parent | fc450ec13ab3f813d76e7c00cd7e1bfbe7b2420a (diff) | |
parent | 4d7b4d9d202bc39257660500f0cfeaba657fc967 (diff) | |
download | garage-280330ac72a12fbfb9c22018bb33d5a490c7a016.tar.gz garage-280330ac72a12fbfb9c22018bb33d5a490c7a016.zip |
Merge pull request 'Add talk to the Capitole du Libre 2022' (#434) from CdL_talk into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/434
Diffstat (limited to 'doc/talks/2022-11-19-Capitole-du-Libre/Makefile')
-rw-r--r-- | doc/talks/2022-11-19-Capitole-du-Libre/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/talks/2022-11-19-Capitole-du-Libre/Makefile b/doc/talks/2022-11-19-Capitole-du-Libre/Makefile new file mode 100644 index 00000000..c5039140 --- /dev/null +++ b/doc/talks/2022-11-19-Capitole-du-Libre/Makefile @@ -0,0 +1,8 @@ +all: + pdflatex présentation.tex + +clean: + rm -f *.aux *.bbl *.blg *.log *.nav *.out *.snm *.synctex.gz *.toc *.dvi présentation.pdf + +clean_sauf_pdf: + rm -f *.aux *.bbl *.blg *.log *.nav *.out *.snm *.synctex.gz *.toc *.dvi |