diff options
author | Denise sur Titasmo <denise.maurice@normalesup.org> | 2015-03-08 15:59:28 +0100 |
---|---|---|
committer | Denise sur Titasmo <denise.maurice@normalesup.org> | 2015-03-08 15:59:28 +0100 |
commit | accf5a0af9f4335763865193780a5b6347f28d38 (patch) | |
tree | b68b8eac7726999f172df8097bc99aae2b45870e /makefile | |
parent | e72b620191392066a327aef8570cdcc661391edc (diff) | |
download | aventuriers-accf5a0af9f4335763865193780a5b6347f28d38.tar.gz aventuriers-accf5a0af9f4335763865193780a5b6347f28d38.tar.zst aventuriers-accf5a0af9f4335763865193780a5b6347f28d38.zip |
version kindle
arc libeseve
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/ |