diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,4 +1,4 @@ | |||
1 | LISTEFICHIERS=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=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 |
@@ -14,19 +14,17 @@ aventuriers.mobi: html/aventuriers.html | |||
14 | 14 | ||
15 | aventuriers.pdf: $(LISTEFICHIERS) | 15 | aventuriers.pdf: $(LISTEFICHIERS) |
16 | pdflatex aventuriers.tex | 16 | pdflatex aventuriers.tex |
17 | pdflatex aventuriers.tex | ||
17 | 18 | ||
18 | 19 | ||
19 | html/aventuriers.html: $(LISTEFICHIERS) | ||
20 | mkdir -p html | ||
21 | nice -19 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode | ||
22 | 20 | ||
23 | #updatepdf: aventuriers.pdf | ||
24 | # scp aventuriers.pdf positon:public_html/aventuriers/ | ||
25 | 21 | ||
26 | #update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile aventuriers.mobi | 22 | html/aventuriers.html: $(LISTEFICHIERS) |
27 | # scp aventuriers.pdf positon:public_html/aventuriers/ | 23 | # mkdir -p html |
28 | # scp aventuriers.mobi positon:public_html/aventuriers/ | 24 | nice -19 htlatex aventuriers.tex "xhtml,charset=utf-8" " -cmozhtf -utf8" "" -interaction=nonstopmode |
29 | # scp -r html/* positon:public_html/aventuriers/ | 25 | |
26 | symbole.png: symbole.svg | ||
27 | inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75 | ||
30 | 28 | ||
31 | encyclo: encyclo.pdf | 29 | encyclo: encyclo.pdf |
32 | 30 | ||