Système générique de compilation pour Beamer.

This commit is contained in:
David Soulayrol
2024-01-11 17:13:35 +01:00
parent 339676b30e
commit f4c7b8793c
3 changed files with 45 additions and 15 deletions

View File

@@ -1,16 +1,3 @@
.PHONY: all
SOURCE = logiciels_libres.tex
all: build/logiciels_libres.pdf build/logiciels_libres_n.pdf
build:
mkdir build
build/logiciels_libres.tex: logiciels_libres.tex
cp $< $@
build/logiciels_libres_n.tex: logiciels_libres.tex
cat $< | sed -e 's/{hide notes}/{show notes on second screen}/' > $@
build/%.pdf: build/%.tex
pdflatex -output-directory build $<
pdflatex -output-directory build $<
include ../Makefile.common