From d95e1fad41e0ca03a072ecebaf75858db9ae1216 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 12 Mar 2021 20:02:26 +0100 Subject: [PATCH] corrected error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62f4319..bf1f98c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ HTMLOPTIONS += --mathjax=MathJax.js CLASS_SOURCES := $(sort $(filter-out README.md, $(wildcard *.md))) SOURCES := $(filter-out 00_macros.md, $(CLASS_SOURCES)) -SOURCES := $(filter-out 08_notes.md, $(CLASS_SOURCES)) +SOURCES := $(filter-out 08_notes.md, $(SOURCES)) all: cours.pdf cours.html -- GitLab