diff options
author | Denise sur Lya <sekhmet@lya> | 2020-08-10 14:46:18 +0200 |
---|---|---|
committer | Denise sur Lya <sekhmet@lya> | 2020-08-10 14:46:18 +0200 |
commit | 2f3670f755424a3c50b1df89e6b7e02fb83d5e86 (patch) | |
tree | 784771627d67e88bd66b919c730978ccd9523035 | |
parent | 5a531aead2f224bd9a796656b76f6bf8bd964149 (diff) | |
download | aventuriers-2f3670f755424a3c50b1df89e6b7e02fb83d5e86.tar.gz aventuriers-2f3670f755424a3c50b1df89e6b7e02fb83d5e86.tar.zst aventuriers-2f3670f755424a3c50b1df89e6b7e02fb83d5e86.zip |
modification du makefile (ebb pour l'image)
-rw-r--r-- | makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
1 | LISTEFICHIERS=html/symbole.png 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 arc_9.tex arc_10_chateau.tex arc_11_sauvetages.tex arc_12_sauvetagesvraiment.tex | 1 | LISTEFICHIERS=symbole.png 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 arc_9.tex arc_10_chateau.tex arc_11_sauvetages.tex arc_12_sauvetagesvraiment.tex |
2 | 2 | ||
3 | 3 | ||
4 | all: aventuriers.pdf | 4 | all: aventuriers.pdf |
@@ -11,7 +11,7 @@ kindle: aventuriers.mobi | |||
11 | 11 | ||
12 | epub: aventuriers.epub | 12 | epub: aventuriers.epub |
13 | 13 | ||
14 | image: html/symbole.png | 14 | image: symbole.png |
15 | 15 | ||
16 | aventuriers.mobi: html/aventuriers.html | 16 | aventuriers.mobi: html/aventuriers.html |
17 | nice -19 ebook-convert html/aventuriers.html aventuriers.mobi | 17 | nice -19 ebook-convert html/aventuriers.html aventuriers.mobi |
@@ -24,17 +24,16 @@ aventuriers.pdf: $(LISTEFICHIERS) | |||
24 | pdflatex aventuriers.tex | 24 | pdflatex aventuriers.tex |
25 | 25 | ||
26 | 26 | ||
27 | |||
28 | |||
29 | html/aventuriers.html: $(LISTEFICHIERS) | 27 | html/aventuriers.html: $(LISTEFICHIERS) |
30 | mkdir -p html | 28 | mkdir -p html |
31 | nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" -dhtml/ -interaction=nonstopmode | 29 | nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" -dhtml/ -interaction=nonstopmode |
32 | # ln -sf aventuriers.html index.html | 30 | # ln -sf aventuriers.html index.html |
33 | 31 | ||
34 | html/symbole.png: symbole.svg | 32 | symbole.png: symbole.svg |
35 | mkdir -p html | 33 | mkdir -p html |
36 | # inkscape -w 75 symbole.svg --export-filename html/symbole.png | 34 | # inkscape -w 75 symbole.svg --export-filename html/symbole.png |
37 | inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75 | 35 | inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75 |
36 | ebb -x symbole.png | ||
38 | 37 | ||
39 | encyclo: encyclo.pdf | 38 | encyclo: encyclo.pdf |
40 | 39 | ||