summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDenise sur Titasmo <denise.maurice@normalesup.org>2015-03-08 15:59:28 +0100
committerDenise sur Titasmo <denise.maurice@normalesup.org>2015-03-08 15:59:28 +0100
commitaccf5a0af9f4335763865193780a5b6347f28d38 (patch)
treeb68b8eac7726999f172df8097bc99aae2b45870e /makefile
parente72b620191392066a327aef8570cdcc661391edc (diff)
downloadaventuriers-accf5a0af9f4335763865193780a5b6347f28d38.tar.gz
aventuriers-accf5a0af9f4335763865193780a5b6347f28d38.tar.zst
aventuriers-accf5a0af9f4335763865193780a5b6347f28d38.zip
version kindle
arc libeseve
Diffstat (limited to 'makefile')
-rw-r--r--makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/makefile b/makefile
index 29eec24..8936123 100644
--- a/makefile
+++ b/makefile
@@ -1,14 +1,20 @@
1LISTEFICHIERS=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 1LISTEFICHIERS=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
3all: aventuriers.pdf 3all: aventuriers.pdf
4 4
5tout: aventuriers.pdf aventuriers.html 5tout: aventuriers.pdf aventuriers.html aventuriers_k.pdf
6 6
7html: aventuriers.html 7html: aventuriers.html
8 8
9kindle: aventuriers_k.pdf
10
9aventuriers.pdf: $(LISTEFICHIERS) 11aventuriers.pdf: $(LISTEFICHIERS)
10 pdflatex aventuriers.tex 12 pdflatex aventuriers.tex
11 13
14aventuriers_k.pdf: $(LISTEFICHIERS)
15 pdflatex aventuriers_k.tex
16
17
12aventuriers.html: $(LISTEFICHIERS) 18aventuriers.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)
17update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile 23update: 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/