diff options
author | vincent <vincent@deuxfleurs.fr> | 2022-11-27 11:36:01 +0100 |
---|---|---|
committer | vincent <vincent@deuxfleurs.fr> | 2022-11-27 11:36:01 +0100 |
commit | 4d7b4d9d202bc39257660500f0cfeaba657fc967 (patch) | |
tree | 12666b8177efce28b752cb661c0427cc27849ea6 /doc/talks/2022-11-19-Capitole-du-Libre/Makefile | |
parent | fc450ec13ab3f813d76e7c00cd7e1bfbe7b2420a (diff) | |
download | garage-4d7b4d9d202bc39257660500f0cfeaba657fc967.tar.gz garage-4d7b4d9d202bc39257660500f0cfeaba657fc967.zip |
Add talk to the Capitole du Libre 2022CdL_talk
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 |