From: Thomas Pietrzak Date: Fri, 8 Apr 2022 13:00:07 +0000 (+0200) Subject: Remove Makefile X-Git-Tag: first-full-draft~19 X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=d22f01663c86966697b4a8f298421fda0f421b1a;p=hdr.git Remove Makefile --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 93bc8dc..0000000 --- a/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -LATEX = pdflatex -BIBTEX = bibtex -# INDEX = makeindex -RM = rm -DST = candidature -LILLE = $(DST)-Lille205 -PARIS = $(DST)-Paris600 -NANCY = $(DST)-Nancy615 -SRC = $(DST).tex -LATEX_OPTIONS = -file-line-error -BIBEX_OPTIONS = -min-crossrefs=100 -INDEX_OPTIONS = -s indexstyle.ist - -all: lille paris nancy - -lille: $(LILLE) - -paris: $(PARIS) - -nancy: $(NANCY) - -clean: - $(RM) -rf *.bbl *.aux *.blg *.idx *.ilg *.ind *.lof *.log *.lot *.out *.toc - -mrproper: clean - $(RM) *.pdf - -single: - $(LATEX) $(LATEX_OPTIONS) --jobname $(DST) $(SRC) - -candidature-%: candidature-%.tex commun.tex projetrecherche.tex communfin.tex - $(LATEX) $(LATEX_OPTIONS) --jobname $@ $< -