Index: doc/proposals/concurrency/Makefile
===================================================================
--- doc/proposals/concurrency/Makefile	(revision f7397880750e07e837239917d936c796fff29c30)
+++ doc/proposals/concurrency/Makefile	(revision cae28da9b05a923d686467f94ac31b66b21cff85)
@@ -1,5 +1,5 @@
 ## Define the appropriate configuration variables.
 
-TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies:
+TeXLIB = .:./style:./text:./annex:./build:../../LaTeXmacros:../../LaTeXmacros/listings:../../LaTeXmacros/enumitem:~/bibliographies:/usr/local/bibliographies:
 LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=build -interaction=nonstopmode
 BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex -terse
@@ -75,4 +75,7 @@
 	build/*.tex     \
 	build/*.toc     \
+	build/*.lof     \
+	build/*.lol     \
+	build/*.lot     \
 	figures/*.tex   \
 	*.png           \
