Compare commits
1 Commits
ba8b76230d
...
ds
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
381e1d642b |
@@ -4,7 +4,7 @@ PATCHES := $(wildcard *.patch)
|
|||||||
SOURCES := build/$(SOURCE) $(patsubst %.patch,build/%.tex,$(PATCHES))
|
SOURCES := build/$(SOURCE) $(patsubst %.patch,build/%.tex,$(PATCHES))
|
||||||
DOCUMENTS := \
|
DOCUMENTS := \
|
||||||
$(patsubst build/%.tex,build/%.pdf,$(SOURCES)) \
|
$(patsubst build/%.tex,build/%.pdf,$(SOURCES)) \
|
||||||
$(patsubst build/%.tex,build/%_notes.pdf,$(SOURCES))
|
$(patsubst build/%.tex,build/%__notes.pdf,$(SOURCES))
|
||||||
|
|
||||||
all: $(DOCUMENTS)
|
all: $(DOCUMENTS)
|
||||||
mkdir -p ../documents && mv $^ ../documents
|
mkdir -p ../documents && mv $^ ../documents
|
||||||
@@ -19,7 +19,7 @@ build/%.tex: %.patch build
|
|||||||
build/%.tex: %.tex build
|
build/%.tex: %.tex build
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
build/%_notes.tex: build/%.tex
|
build/%__notes.tex: build/%.tex
|
||||||
cat $< | sed -e 's/{hide notes}/{show notes on second screen}/' > $@
|
cat $< | sed -e 's/{hide notes}/{show notes on second screen}/' > $@
|
||||||
|
|
||||||
build/%.pdf: build/%.tex
|
build/%.pdf: build/%.tex
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
SOURCE = cgu.tex
|
SOURCE = Les_CGU__Café_Théodore_2024.tex
|
||||||
|
|
||||||
include ../Makefile.common
|
include ../Makefile.common
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
SOURCE = logiciels_libres.tex
|
SOURCE = Logiciels_Libres__Plougrescant_2023.tex
|
||||||
|
|
||||||
include ../Makefile.common
|
include ../Makefile.common
|
||||||
|
|||||||
Reference in New Issue
Block a user