diff --git a/Makefile.common b/Makefile.common index 5ab1fdc..423b853 100644 --- a/Makefile.common +++ b/Makefile.common @@ -4,7 +4,7 @@ PATCHES := $(wildcard *.patch) SOURCES := build/$(SOURCE) $(patsubst %.patch,build/%.tex,$(PATCHES)) DOCUMENTS := \ $(patsubst build/%.tex,build/%.pdf,$(SOURCES)) \ - $(patsubst build/%.tex,build/%_notes.pdf,$(SOURCES)) + $(patsubst build/%.tex,build/%__notes.pdf,$(SOURCES)) all: $(DOCUMENTS) mkdir -p ../documents && mv $^ ../documents @@ -19,7 +19,7 @@ build/%.tex: %.patch build build/%.tex: %.tex build cp $< $@ -build/%_notes.tex: build/%.tex +build/%__notes.tex: build/%.tex cat $< | sed -e 's/{hide notes}/{show notes on second screen}/' > $@ build/%.pdf: build/%.tex diff --git a/cgu/cgu.tex b/cgu/Les_CGU__Café_Théodore_2024.tex similarity index 100% rename from cgu/cgu.tex rename to cgu/Les_CGU__Café_Théodore_2024.tex diff --git a/cgu/Makefile b/cgu/Makefile index d0f1cac..10ad990 100644 --- a/cgu/Makefile +++ b/cgu/Makefile @@ -1,3 +1,3 @@ -SOURCE = cgu.tex +SOURCE = Les_CGU__Café_Théodore_2024.tex include ../Makefile.common diff --git a/logiciels_libres/logiciels_libres_cafe_theodore_2024.patch b/logiciels_libres/Logiciels_Libres__Café_Théodore_2024.patch similarity index 100% rename from logiciels_libres/logiciels_libres_cafe_theodore_2024.patch rename to logiciels_libres/Logiciels_Libres__Café_Théodore_2024.patch diff --git a/logiciels_libres/logiciels_libres.tex b/logiciels_libres/Logiciels_Libres__Plougrescant_2023.tex similarity index 100% rename from logiciels_libres/logiciels_libres.tex rename to logiciels_libres/Logiciels_Libres__Plougrescant_2023.tex diff --git a/logiciels_libres/Makefile b/logiciels_libres/Makefile index 23059bb..a778b2e 100644 --- a/logiciels_libres/Makefile +++ b/logiciels_libres/Makefile @@ -1,3 +1,3 @@ -SOURCE = logiciels_libres.tex +SOURCE = Logiciels_Libres__Plougrescant_2023.tex include ../Makefile.common