summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDenise <dmaurice@phare.normalesup.org>2015-10-27 19:34:49 +0100
committerDenise <dmaurice@phare.normalesup.org>2015-10-27 19:34:49 +0100
commit805237efbb3c6316e09e136678d620734a0ce891 (patch)
tree43ab2f497d2e80d338df051c2343db5bedbfe1a8 /makefile
parentfe3cd848333e32b1799d97a220bbb6869ac8046a (diff)
downloadaventuriers-805237efbb3c6316e09e136678d620734a0ce891.tar.gz
aventuriers-805237efbb3c6316e09e136678d620734a0ce891.tar.zst
aventuriers-805237efbb3c6316e09e136678d620734a0ce891.zip
arc 7 + makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 24eaa97..f27941d 100644
--- a/makefile
+++ b/makefile
@@ -9,14 +9,14 @@ html: aventuriers.html
9kindle: aventuriers.mobi 9kindle: aventuriers.mobi
10 10
11aventuriers.mobi: html/aventuriers.html 11aventuriers.mobi: html/aventuriers.html
12 ebook-convert html/aventuriers.html aventuriers.mobi 12 nice -19 ebook-convert html/aventuriers.html aventuriers.mobi
13 13
14aventuriers.pdf: $(LISTEFICHIERS) 14aventuriers.pdf: $(LISTEFICHIERS)
15 pdflatex aventuriers.tex 15 pdflatex aventuriers.tex
16 16
17 17
18aventuriers.html: $(LISTEFICHIERS) 18aventuriers.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