From de7fc1d2bd23ab905e897edc0b45f2e4d27b8395 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Tue, 12 Apr 2022 15:59:11 +0200
Subject: [PATCH] Makefile: remove TOC

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index e46fb6a..a2e19e0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@ public/github-pandoc.css: github-pandoc.css
 	cp github-pandoc.css public/github-pandoc.css
 
 public/data_management.html: data_management.tex bibliography.bib  github-pandoc.css
-	pandoc data_management.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --toc --standalone --number-sections -o public/data_management.html
+	pandoc data_management.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --standalone --number-sections -o public/data_management.html
 
 public/good_practices.html: good_practices.tex bibliography.bib  github-pandoc.css
-	pandoc good_practices.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --toc --standalone --number-sections -o public/good_practices.html
+	pandoc good_practices.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --standalone --number-sections -o public/good_practices.html
 
 README.md: good_practices.tex bibliography.bib
-	pandoc good_practices.tex --bibliography=bibliography.bib  --citeproc --toc --standalone --number-sections -o README.md
+	pandoc good_practices.tex --bibliography=bibliography.bib  --citeproc--standalone --number-sections -o README.md
-- 
GitLab