summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDenise sur Titasmo <denise.maurice@normalesup.org>2014-12-13 20:55:18 +0100
committerDenise sur Titasmo <denise.maurice@normalesup.org>2014-12-13 20:55:18 +0100
commit9683fdda639cdf1682c72cbf8303e0dc11118e03 (patch)
tree7dc2b456a39c4861e80037fec46b43fd7a36c5c3 /makefile
parentae11bdb4202db9b3c59c0fadd28017a8ce1c1fe7 (diff)
parentffc95c97b9f9b1290a1f1be8d13d407a077d4c68 (diff)
downloadaventuriers-9683fdda639cdf1682c72cbf8303e0dc11118e03.tar.gz
aventuriers-9683fdda639cdf1682c72cbf8303e0dc11118e03.tar.zst
aventuriers-9683fdda639cdf1682c72cbf8303e0dc11118e03.zip
Merge branch 'master' of ip6.immae.eu:perso/Denise/aventuriers
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/makefile b/makefile
index 9503502..9125a17 100644
--- a/makefile
+++ b/makefile
@@ -1,12 +1,16 @@
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 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
2 2
3all: aventuriers.pdf 3all: aventuriers.pdf aventuriers.html
4 4
5aventuriers.pdf: $(LISTEFICHIERS) 5aventuriers.pdf: $(LISTEFICHIERS)
6 pdflatex aventuriers.tex 6 pdflatex aventuriers.tex
7 7
8aventuriers.html: $(LISTEFICHIERS)
9 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode
10 ln -s aventuriers.html html/index.html
8 11
9 12
10update: aventuriers.pdf $(LISTEFICHIERS) makefile 13update: 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/