diff options
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 | ||