Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision f85de474d7bae82407a8ea5f1551da282d77d9bd)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 2c065ed9943f494d509d8731145987742b50984e)
@@ -13,11 +13,11 @@
 TeXSRC = ${wildcard *.tex}
 PicSRC = ${notdir ${wildcard ${Pictures}/*.png}} ${notdir ${wildcard ${Pictures}/*.fig}}
-PicSRC := ${PicSRC:.fig=.pdf}		# substitute ".fig" with ".pdf"
+PicSRC := ${PicSRC:.fig=.pdf}			# substitute ".fig" with ".pdf"
 GraphSRC_OLD = ${notdir ${wildcard ${Pictures}/*.dat}}
-GraphSRC_OLD := ${GraphSRC_OLD:.dat=.pdf}		# substitute ".dat" with ".pdf"
+GraphSRC_OLD := ${GraphSRC_OLD:.dat=.pdf}	# substitute ".dat" with ".pdf"
 PlotINPUTS = ${wildcard ${Plots}/*.gp} ${wildcard ${Plots}/*.py}
 PlotINPUTS := ${addsuffix .INPUTS,${PlotINPUTS}}
 PlotSRC = ${notdir ${wildcard ${Plots}/*.gp}}
-PlotSRC := ${addprefix ${Build}/plot-,${PlotSRC:.gp=.pdf}}		# substitute ".gp" with ".pdf"
+PlotSRC := ${addprefix ${Build}/plot-,${PlotSRC:.gp=.pdf}} # substitute ".gp" with ".pdf"
 DemoPgmSRC = ${notdir ${wildcard ${Programs}/*-demo.cfa}}
 PgmSRC = ${notdir ${wildcard ${Programs}/*}}
@@ -49,5 +49,5 @@
 # Rules and Recipes
 
-.PHONY : all clean			# not file names
+.PHONY : all clean				# not file names
 .SECONDARY:
 #.PRECIOUS : ${Build}/%				# don't delete intermediates
@@ -82,5 +82,5 @@
 	${CFA} $< -o $@
 
-${Build}/%: ${Programs}/%.run.cfa | ${Build} # cfa cannot handle pipe
+${Build}/%: ${Programs}/%.run.cfa | ${Build}	# cfa cannot handle pipe
 	sed -f ${Programs}/sedcmd $< > ${Build}/tmp.cfa; ${CFA} ${Build}/tmp.cfa -o $@
 
