From 9ddfbb74fff4dfd3eee111084f813ad83c5e988f Mon Sep 17 00:00:00 2001 From: Denise sur Titasmo Date: Sat, 13 Dec 2014 22:09:50 +0100 Subject: arc 4.5, et structure (version html) --- makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9125a17..3dc51bf 100644 --- a/makefile +++ b/makefile @@ -1,13 +1,17 @@ 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 -all: aventuriers.pdf aventuriers.html +all: aventuriers.pdf + +tout: aventuriers.pdf aventuriers.html + +html: aventuriers.html aventuriers.pdf: $(LISTEFICHIERS) pdflatex aventuriers.tex aventuriers.html: $(LISTEFICHIERS) htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode - ln -s aventuriers.html html/index.html + ln -sf aventuriers.html html/index.html update: aventuriers.pdf aventuriers.html $(LISTEFICHIERS) makefile -- cgit v1.2.3