Index: doc/proposals/concurrency/Makefile
===================================================================
--- doc/proposals/concurrency/Makefile	(revision 9b4343e0296593e10a0ebb8aaafd4a27e4808162)
+++ doc/proposals/concurrency/Makefile	(revision b5124546c3360a276799eada82dc7dbad4b10b3a)
@@ -12,4 +12,6 @@
 
 FIGURES = ${addsuffix .tex, \
+	monitor \
+	ext_monitor \
 }
 
@@ -32,5 +34,5 @@
 
 clean :
-	rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist \
+	rm -f *.bbl *.aux *.dvi *.idx *.ilg *.ind *.brf *.out *.log *.toc *.blg *.pstex_t *.cf *.glg *.glo *.gls *.ist *.acn *.acr *.alg \
 		${FIGURES} ${PICTURES} ${PROGRAMS} ${GRAPHS} ${basename ${DOCUMENT}}.ps ${DOCUMENT}
 
