From e019f8b3726ce1aebfc20d4fea3ee4bdd07074f5 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Mon, 10 Aug 2020 13:24:53 +0200 Subject: =?UTF-8?q?modifi=C3=A9=20le=20makefile=20+=20passage=20typos=20da?= =?UTF-8?q?ns=20tout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 8bcdd9e..0a7f960 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -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 +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 all: aventuriers.pdf @@ -9,6 +9,8 @@ html: html/aventuriers.html kindle: aventuriers.mobi +image: html/symbole.png + aventuriers.mobi: html/aventuriers.html nice -19 ebook-convert html/aventuriers.html aventuriers.mobi @@ -20,11 +22,13 @@ aventuriers.pdf: $(LISTEFICHIERS) html/aventuriers.html: $(LISTEFICHIERS) -# mkdir -p html - nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" "" -interaction=nonstopmode - ln -sf aventuriers.html index.html + mkdir -p html + nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" -dhtml/ -interaction=nonstopmode +# ln -sf aventuriers.html index.html -symbole.png: symbole.svg +html/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 encyclo: encyclo.pdf -- cgit v1.2.3