diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -6,7 +6,6 @@ tout: aventuriers.pdf aventuriers.html aventuriers.mobi | |||
6 | 6 | ||
7 | html: aventuriers.html | 7 | html: aventuriers.html |
8 | 8 | ||
9 | #kindle: aventuriers_k.pdf | ||
10 | kindle: aventuriers.mobi | 9 | kindle: aventuriers.mobi |
11 | 10 | ||
12 | aventuriers.mobi: html/aventuriers.html | 11 | aventuriers.mobi: html/aventuriers.html |
@@ -15,9 +14,6 @@ aventuriers.mobi: html/aventuriers.html | |||
15 | aventuriers.pdf: $(LISTEFICHIERS) | 14 | aventuriers.pdf: $(LISTEFICHIERS) |
16 | pdflatex aventuriers.tex | 15 | pdflatex aventuriers.tex |
17 | 16 | ||
18 | #aventuriers_k.pdf: $(LISTEFICHIERS) | ||
19 | # pdflatex aventuriers_k.tex | ||
20 | |||
21 | 17 | ||
22 | aventuriers.html: $(LISTEFICHIERS) | 18 | aventuriers.html: $(LISTEFICHIERS) |
23 | htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode | 19 | htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode |
@@ -25,9 +21,6 @@ aventuriers.html: $(LISTEFICHIERS) | |||
25 | 21 | ||
26 | 22 | ||
27 | update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile aventuriers.mobi | 23 | update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile aventuriers.mobi |
28 | # scp aventuriers.pdf positon:public_html/idee_2.pdf | ||
29 | scp aventuriers.pdf positon:public_html/aventuriers/ | 24 | scp aventuriers.pdf positon:public_html/aventuriers/ |
30 | scp aventuriers.mobi positon:public_html/aventuriers/ | 25 | scp aventuriers.mobi positon:public_html/aventuriers/ |
31 | # scp aventuriers_k.pdf positon:public_html/aventuriers/ | ||
32 | scp -r html/* positon:public_html/aventuriers/ | 26 | scp -r html/* positon:public_html/aventuriers/ |
33 | # scp $(LISTEFICHIERS) makefile phare:bla/ | ||