From 44ce45b8c2c357c3148284e88bfafdd57aa51cb9 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Fri, 4 Mar 2022 10:11:52 +0100
Subject: [PATCH] Makefile: rm pdf generation

---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index fc557c9..e940ea2 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,3 @@ public/good_practices.html: good_practices.tex bibliography.bib
 
 README.md: good_practices.tex bibliography.bib
 	pandoc good_practices.tex --bibliography=bibliography.bib -o README.md
-
-public/good_practices.pdf: good_practices.tex bibliography.bib
-	pandoc good_practices.tex --bibliography=bibliography.bib -o public/good_practices.pdf
-- 
GitLab