summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2020-08-09 13:46:00 +0200
committerDenise sur Lya <sekhmet@lya>2020-08-09 13:46:00 +0200
commit8fd56f59333175dac35dd4b167494181a95375ae (patch)
tree4f2d163754d40d1a86be8cdc9113869ad24f211e /makefile
parente6d9791232ee6829658cca59c36e08aa2e6024d5 (diff)
downloadaventuriers-8fd56f59333175dac35dd4b167494181a95375ae.tar.gz
aventuriers-8fd56f59333175dac35dd4b167494181a95375ae.tar.zst
aventuriers-8fd56f59333175dac35dd4b167494181a95375ae.zip
symbole fait maison, et pas mal de changements dans le makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/makefile b/makefile
index e37f212..185e349 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1LISTEFICHIERS=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=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
@@ -14,19 +14,17 @@ aventuriers.mobi: html/aventuriers.html
14 14
15aventuriers.pdf: $(LISTEFICHIERS) 15aventuriers.pdf: $(LISTEFICHIERS)
16 pdflatex aventuriers.tex 16 pdflatex aventuriers.tex
17 pdflatex aventuriers.tex
17 18
18 19
19html/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 22html/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
26symbole.png: symbole.svg
27 inkscape -D -z --file=symbole.svg --export-png=symbole.png --export-width=75
30 28
31encyclo: encyclo.pdf 29encyclo: encyclo.pdf
32 30