summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-08-10 14:46:18 +0200
committerDenise sur Lya <sekhmet@lya>2020-08-10 14:46:18 +0200
commit2f3670f755424a3c50b1df89e6b7e02fb83d5e86 (patch)
tree784771627d67e88bd66b919c730978ccd9523035
parent5a531aead2f224bd9a796656b76f6bf8bd964149 (diff)
downloadaventuriers-2f3670f755424a3c50b1df89e6b7e02fb83d5e86.tar.gz
aventuriers-2f3670f755424a3c50b1df89e6b7e02fb83d5e86.tar.zst
aventuriers-2f3670f755424a3c50b1df89e6b7e02fb83d5e86.zip
modification du makefile (ebb pour l'image)
-rw-r--r--makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/makefile b/makefile
index 5b13294..ce3709c 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1LISTEFICHIERS=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 1LISTEFICHIERS=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
4all: aventuriers.pdf 4all: aventuriers.pdf
@@ -11,7 +11,7 @@ kindle: aventuriers.mobi
11 11
12epub: aventuriers.epub 12epub: aventuriers.epub
13 13
14image: html/symbole.png 14image: symbole.png
15 15
16aventuriers.mobi: html/aventuriers.html 16aventuriers.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
29html/aventuriers.html: $(LISTEFICHIERS) 27html/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
34html/symbole.png: symbole.svg 32symbole.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
39encyclo: encyclo.pdf 38encyclo: encyclo.pdf
40 39