diff options
author | Denise <dmaurice@phare.normalesup.org> | 2015-10-27 19:34:49 +0100 |
---|---|---|
committer | Denise <dmaurice@phare.normalesup.org> | 2015-10-27 19:34:49 +0100 |
commit | 805237efbb3c6316e09e136678d620734a0ce891 (patch) | |
tree | 43ab2f497d2e80d338df051c2343db5bedbfe1a8 /makefile | |
parent | fe3cd848333e32b1799d97a220bbb6869ac8046a (diff) | |
download | aventuriers-805237efbb3c6316e09e136678d620734a0ce891.tar.gz aventuriers-805237efbb3c6316e09e136678d620734a0ce891.tar.zst aventuriers-805237efbb3c6316e09e136678d620734a0ce891.zip |
arc 7 + makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,14 +9,14 @@ html: aventuriers.html | |||
9 | kindle: aventuriers.mobi | 9 | kindle: aventuriers.mobi |
10 | 10 | ||
11 | aventuriers.mobi: html/aventuriers.html | 11 | aventuriers.mobi: html/aventuriers.html |
12 | ebook-convert html/aventuriers.html aventuriers.mobi | 12 | nice -19 ebook-convert html/aventuriers.html aventuriers.mobi |
13 | 13 | ||
14 | aventuriers.pdf: $(LISTEFICHIERS) | 14 | aventuriers.pdf: $(LISTEFICHIERS) |
15 | pdflatex aventuriers.tex | 15 | pdflatex aventuriers.tex |
16 | 16 | ||
17 | 17 | ||
18 | aventuriers.html: $(LISTEFICHIERS) | 18 | aventuriers.html: $(LISTEFICHIERS) |
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 | ||
22 | 22 | ||