diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
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 | 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 |
2 | 2 | ||
3 | 3 | ||
4 | all: aventuriers.pdf | 4 | all: aventuriers.pdf |
@@ -9,6 +9,8 @@ html: html/aventuriers.html | |||
9 | 9 | ||
10 | kindle: aventuriers.mobi | 10 | kindle: aventuriers.mobi |
11 | 11 | ||
12 | image: html/symbole.png | ||
13 | |||
12 | aventuriers.mobi: html/aventuriers.html | 14 | aventuriers.mobi: html/aventuriers.html |
13 | nice -19 ebook-convert html/aventuriers.html aventuriers.mobi | 15 | nice -19 ebook-convert html/aventuriers.html aventuriers.mobi |
14 | 16 | ||
@@ -20,11 +22,13 @@ aventuriers.pdf: $(LISTEFICHIERS) | |||
20 | 22 | ||
21 | 23 | ||
22 | html/aventuriers.html: $(LISTEFICHIERS) | 24 | html/aventuriers.html: $(LISTEFICHIERS) |
23 | # mkdir -p html | 25 | mkdir -p html |
24 | nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" "" -interaction=nonstopmode | 26 | nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" -dhtml/ -interaction=nonstopmode |
25 | ln -sf aventuriers.html index.html | 27 | # ln -sf aventuriers.html index.html |
26 | 28 | ||
27 | symbole.png: symbole.svg | 29 | html/symbole.png: symbole.svg |
30 | mkdir -p html | ||
31 | # inkscape -w 75 symbole.svg --export-filename html/symbole.png | ||
28 | inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75 | 32 | inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75 |
29 | 33 | ||
30 | encyclo: encyclo.pdf | 34 | encyclo: encyclo.pdf |