summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2016-02-24 14:17:30 +0100
committerDenise sur Lya <sekhmet@lya>2016-02-24 14:17:30 +0100
commit79e3515ed46ae1652fa55c7c676c76fa04a38047 (patch)
tree7181252f060d624550bf32fe1855d589ac0ebaa4 /makefile
parent5e1b9c48ac20e5bfed8c056b3da682f5771e8a5e (diff)
downloadaventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.tar.gz
aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.tar.zst
aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.zip
Nouvel arc
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index f27941d..0e9305d 100644
--- a/makefile
+++ b/makefile
@@ -1,10 +1,10 @@
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 arc_7_JCSR.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 arc_7_JCSR.tex arc_8.tex
2 2
3all: aventuriers.pdf 3all: aventuriers.pdf
4 4
5tout: aventuriers.pdf aventuriers.html aventuriers.mobi 5tout: aventuriers.pdf aventuriers.html aventuriers.mobi
6 6
7html: aventuriers.html 7html: html/aventuriers.html
8 8
9kindle: aventuriers.mobi 9kindle: aventuriers.mobi
10 10
@@ -15,7 +15,7 @@ aventuriers.pdf: $(LISTEFICHIERS)
15 pdflatex aventuriers.tex 15 pdflatex aventuriers.tex
16 16
17 17
18aventuriers.html: $(LISTEFICHIERS) 18html/aventuriers.html: $(LISTEFICHIERS)
19 nice -19 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode 19 nice -19 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode
20 ln -sf aventuriers.html html/index.html 20 ln -sf aventuriers.html html/index.html
21 21