Import initial : présentation sur les logiciels libres.
This commit is contained in:
16
logiciels_libres/Makefile
Normal file
16
logiciels_libres/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
.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 $<
|
||||
Reference in New Issue
Block a user