From 381e1d642b2eb99d5bb139681ac1be0d33378bf1 Mon Sep 17 00:00:00 2001 From: David Soulayrol Date: Sun, 24 Mar 2024 21:08:49 +0100 Subject: [PATCH] Renommage pour l'automatisation de la publication. Voir le projet ti-nuage/site. --- Makefile.common | 4 ++-- cgu/{cgu.tex => Les_CGU__Café_Théodore_2024.tex} | 0 cgu/Makefile | 2 +- ..._2024.patch => Logiciels_Libres__Café_Théodore_2024.patch} | 0 ...els_libres.tex => Logiciels_Libres__Plougrescant_2023.tex} | 0 logiciels_libres/Makefile | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename cgu/{cgu.tex => Les_CGU__Café_Théodore_2024.tex} (100%) rename logiciels_libres/{logiciels_libres_cafe_theodore_2024.patch => Logiciels_Libres__Café_Théodore_2024.patch} (100%) rename logiciels_libres/{logiciels_libres.tex => Logiciels_Libres__Plougrescant_2023.tex} (100%) 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