Index: doc/theses/thierry_delisle_PhD/thesis/Makefile
===================================================================
--- doc/theses/thierry_delisle_PhD/thesis/Makefile	(revision 622a3588907d3e5b451979e7c3b54926a5d59386)
+++ doc/theses/thierry_delisle_PhD/thesis/Makefile	(revision 512d3dc1fa4406a2c3d4d98976de7d45854d2190)
@@ -3,6 +3,10 @@
 Build = build
 Figures = img
-Macros = ../../../LaTeXmacros
-TeXLIB = .:${Macros}:${Build}:../../../bibliography:
+
+LaTMac = ../../../LaTeXmacros
+BibRep = ../../../bibliography
+
+Macros = ${LaTMac}
+TeXLIB = .:${Macros}:${Build}:${BibRep}:
 LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build}
 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
@@ -71,5 +75,5 @@
 ## Define the documents that need to be made.
 all: thesis.pdf
-thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib ../../../LaTeXmacros/common.tex ../../../LaTeXmacros/common.sty
+thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib ${LaTMac}/common.tex ${LaTMac}/common.sty ${BibRep}/pl.bib
 
 DOCUMENT = thesis.pdf
