From 2f3670f755424a3c50b1df89e6b7e02fb83d5e86 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Mon, 10 Aug 2020 14:46:18 +0200 Subject: [PATCH] modification du makefile (ebb pour l'image) --- makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/makefile b/makefile index 5b13294..ce3709c 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -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 +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 all: aventuriers.pdf @@ -11,7 +11,7 @@ kindle: aventuriers.mobi epub: aventuriers.epub -image: html/symbole.png +image: symbole.png aventuriers.mobi: html/aventuriers.html nice -19 ebook-convert html/aventuriers.html aventuriers.mobi @@ -24,17 +24,16 @@ aventuriers.pdf: $(LISTEFICHIERS) pdflatex aventuriers.tex - - html/aventuriers.html: $(LISTEFICHIERS) mkdir -p html nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" -dhtml/ -interaction=nonstopmode # ln -sf aventuriers.html index.html -html/symbole.png: symbole.svg +symbole.png: symbole.svg mkdir -p html # inkscape -w 75 symbole.svg --export-filename html/symbole.png inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75 + ebb -x symbole.png encyclo: encyclo.pdf -- 2.41.0