Renommage pour l'automatisation de la publication.
Voir le projet ti-nuage/site.
This commit is contained in:
parent
ba8b76230d
commit
381e1d642b
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SOURCE = cgu.tex
|
||||
SOURCE = Les_CGU__Café_Théodore_2024.tex
|
||||
|
||||
include ../Makefile.common
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SOURCE = logiciels_libres.tex
|
||||
SOURCE = Logiciels_Libres__Plougrescant_2023.tex
|
||||
|
||||
include ../Makefile.common
|
||||
|
|
Loading…
Reference in New Issue