diff options
author | Denise sur sakamain <sekhmet@sakamain.(none)> | 2014-12-13 20:53:50 +0100 |
---|---|---|
committer | Denise sur sakamain <sekhmet@sakamain.(none)> | 2014-12-13 20:53:50 +0100 |
commit | a4fd6c80ae012a1b0e971e19bc44729bfc8de4ec (patch) | |
tree | e95fef137fc1076f7326532b3a98a08812087e3c /makefile | |
parent | 90ca199d6d3564d606d9f80435528f3bb2fb6fed (diff) | |
download | aventuriers-a4fd6c80ae012a1b0e971e19bc44729bfc8de4ec.tar.gz aventuriers-a4fd6c80ae012a1b0e971e19bc44729bfc8de4ec.tar.zst aventuriers-a4fd6c80ae012a1b0e971e19bc44729bfc8de4ec.zip |
Version html
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,12 +1,16 @@ | |||
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 | 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 |
2 | 2 | ||
3 | all: aventuriers.pdf | 3 | all: aventuriers.pdf aventuriers.html |
4 | 4 | ||
5 | aventuriers.pdf: $(LISTEFICHIERS) | 5 | aventuriers.pdf: $(LISTEFICHIERS) |
6 | pdflatex aventuriers.tex | 6 | pdflatex aventuriers.tex |
7 | 7 | ||
8 | aventuriers.html: $(LISTEFICHIERS) | ||
9 | htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode | ||
10 | ln -s aventuriers.html html/index.html | ||
8 | 11 | ||
9 | 12 | ||
10 | update: aventuriers.pdf $(LISTEFICHIERS) makefile | 13 | update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile |
11 | scp aventuriers.pdf positon:public_html/idee_2.pdf | 14 | scp aventuriers.pdf positon:public_html/idee_2.pdf |
15 | scp -r html/* positon:public_html/aventuriers/ | ||
12 | # scp $(LISTEFICHIERS) makefile phare:bla/ | 16 | # scp $(LISTEFICHIERS) makefile phare:bla/ |