diff options
author | Denise sur Lya <sekhmet@lya> | 2016-02-24 14:17:30 +0100 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2016-02-24 14:17:30 +0100 |
commit | 79e3515ed46ae1652fa55c7c676c76fa04a38047 (patch) | |
tree | 7181252f060d624550bf32fe1855d589ac0ebaa4 /makefile | |
parent | 5e1b9c48ac20e5bfed8c056b3da682f5771e8a5e (diff) | |
download | aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.tar.gz aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.tar.zst aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.zip |
Nouvel arc
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ | |||
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 arc_7_JCSR.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 arc_7_JCSR.tex arc_8.tex |
2 | 2 | ||
3 | all: aventuriers.pdf | 3 | all: aventuriers.pdf |
4 | 4 | ||
5 | tout: aventuriers.pdf aventuriers.html aventuriers.mobi | 5 | tout: aventuriers.pdf aventuriers.html aventuriers.mobi |
6 | 6 | ||
7 | html: aventuriers.html | 7 | html: html/aventuriers.html |
8 | 8 | ||
9 | kindle: aventuriers.mobi | 9 | kindle: aventuriers.mobi |
10 | 10 | ||
@@ -15,7 +15,7 @@ aventuriers.pdf: $(LISTEFICHIERS) | |||
15 | pdflatex aventuriers.tex | 15 | pdflatex aventuriers.tex |
16 | 16 | ||
17 | 17 | ||
18 | aventuriers.html: $(LISTEFICHIERS) | 18 | html/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 | ||