Système générique de compilation pour Beamer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user