Files
talks/logiciels_libres/Makefile
2023-03-12 14:48:28 +01:00

17 lines
377 B
Makefile

.PHONY: all
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 $<