]> git.immae.eu Git - perso/Denise/aventuriers.git/blob - makefile
modifié le makefile + passage typos dans tout
[perso/Denise/aventuriers.git] / makefile
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
3
4 all: aventuriers.pdf
5
6 tout: aventuriers.pdf html kindle
7
8 html: html/aventuriers.html
9
10 kindle: aventuriers.mobi
11
12 image: html/symbole.png
13
14 aventuriers.mobi: html/aventuriers.html
15 nice -19 ebook-convert html/aventuriers.html aventuriers.mobi
16
17 aventuriers.pdf: $(LISTEFICHIERS)
18 pdflatex aventuriers.tex
19 pdflatex aventuriers.tex
20
21
22
23
24 html/aventuriers.html: $(LISTEFICHIERS)
25 mkdir -p html
26 nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" -dhtml/ -interaction=nonstopmode
27 # ln -sf aventuriers.html index.html
28
29 html/symbole.png: symbole.svg
30 mkdir -p html
31 # inkscape -w 75 symbole.svg --export-filename html/symbole.png
32 inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75
33
34 encyclo: encyclo.pdf
35
36 encyclo.pdf: encyclo.tex noms.tex
37 pdflatex encyclo.tex
38 pdflatex encyclo.tex