summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/makefile b/makefile
index 8bcdd9e..0a7f960 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
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 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
2 2
3 3
4all: aventuriers.pdf 4all: aventuriers.pdf
@@ -9,6 +9,8 @@ html: html/aventuriers.html
9 9
10kindle: aventuriers.mobi 10kindle: aventuriers.mobi
11 11
12image: html/symbole.png
13
12aventuriers.mobi: html/aventuriers.html 14aventuriers.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
22html/aventuriers.html: $(LISTEFICHIERS) 24html/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
27symbole.png: symbole.svg 29html/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
30encyclo: encyclo.pdf 34encyclo: encyclo.pdf