diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,14 +1,20 @@ | |||
1 | LISTEFICHIERS=aventuriers.tex arc_5RCDA.tex arc_6_CI.tex arc_3RC.tex arc_libeseve.tex arc_JC.tex arc_4AD.tex arc_4.5_JCS.tex intro.tex arc_CID.tex noms.tex | 1 | LISTEFICHIERS=aventuriers.tex arc_5RCDA.tex arc_6_CI.tex arc_3RC.tex arc_libeseve.tex arc_JC.tex arc_4AD.tex arc_4.5_JCS.tex intro.tex arc_CID.tex noms.tex aventuriers_k.tex |
2 | 2 | ||
3 | all: aventuriers.pdf | 3 | all: aventuriers.pdf |
4 | 4 | ||
5 | tout: aventuriers.pdf aventuriers.html | 5 | tout: aventuriers.pdf aventuriers.html aventuriers_k.pdf |
6 | 6 | ||
7 | html: aventuriers.html | 7 | html: aventuriers.html |
8 | 8 | ||
9 | kindle: aventuriers_k.pdf | ||
10 | |||
9 | aventuriers.pdf: $(LISTEFICHIERS) | 11 | aventuriers.pdf: $(LISTEFICHIERS) |
10 | pdflatex aventuriers.tex | 12 | pdflatex aventuriers.tex |
11 | 13 | ||
14 | aventuriers_k.pdf: $(LISTEFICHIERS) | ||
15 | pdflatex aventuriers_k.tex | ||
16 | |||
17 | |||
12 | aventuriers.html: $(LISTEFICHIERS) | 18 | aventuriers.html: $(LISTEFICHIERS) |
13 | htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode | 19 | htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode |
14 | ln -sf aventuriers.html html/index.html | 20 | ln -sf aventuriers.html html/index.html |
@@ -17,5 +23,6 @@ aventuriers.html: $(LISTEFICHIERS) | |||
17 | update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile | 23 | update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile |
18 | # scp aventuriers.pdf positon:public_html/idee_2.pdf | 24 | # scp aventuriers.pdf positon:public_html/idee_2.pdf |
19 | scp aventuriers.pdf positon:public_html/aventuriers/ | 25 | scp aventuriers.pdf positon:public_html/aventuriers/ |
26 | scp aventuriers_k.pdf positon:public_html/aventuriers/ | ||
20 | scp -r html/* positon:public_html/aventuriers/ | 27 | scp -r html/* positon:public_html/aventuriers/ |
21 | # scp $(LISTEFICHIERS) makefile phare:bla/ | 28 | # scp $(LISTEFICHIERS) makefile phare:bla/ |