Index: trunk/doc/design/Makefile
===================================================================
--- trunk/doc/design/Makefile	(revision 2241)
+++ trunk/doc/design/Makefile	(revision 2501)
@@ -1,3 +1,3 @@
-# $Id: Makefile,v 1.9 2004-10-29 22:00:08 eugene Exp $
+# $Id: Makefile,v 1.10 2004-11-27 01:47:20 eugene Exp $
 
 PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
@@ -13,5 +13,5 @@
 	ps2pdf ippSRSout.ps ippSRSout.pdf
 	mv ippSRSout.pdf ippSRS.pdf
-	@rm -f ippSRSout.ps ippSRSout.dvi ippSRSout.aux ippSRSout.log 
+	@rm -f ippSRSout.ps ippSRSout.dvi ippSRSout.aux ippSRSout.log body.tmp head.tmp
 	@rm -f ippSRSout.tbr ippSRSout.tbd ippSRSout.ent ippSRSout.lof ippSRSout.loc
 
@@ -21,8 +21,8 @@
 	dvips -z -t letter -o $*.ps $*.dvi
 	ps2pdf $*.ps $*.pdf
-	@rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc
+	@rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc body.tmp head.tmp
 
 clean :
-	$(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core
+	$(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp
 
 empty : clean
