blob: 3932c61c42f9a5d4bd37b9f6059f3fb1f3abd361 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
LISTEFICHIERS=aventuriers.tex arc_RCDA.tex arc_CI.tex arc_RC.tex
all: aventuriers.pdf
aventuriers.pdf: $(LISTEFICHIERS)
pdflatex aventuriers.tex
update: aventuriers.pdf $(LISTEFICHIERS) makefile
scp aventuriers.pdf positon:public_html/idee_2.pdf
# scp $(LISTEFICHIERS) makefile phare:bla/
|