* lib2.tex (sys): updated sys.std{in,out,err} docs.  Added
  sys.tracebacklimit.
* tut.tex (Exceptions): change text printed by traceback.
* lib5.tex (audioop): added minmax.
* lib5.tex (audioop.getsample): move wandered paragraph back
* lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work).
* partparse.py: ignore \nopagebreak command
* ref5.tex: added description of lambda forms.
* ref7.tex: added reference to lambda forms to section on function
  definition.
* lib1.tex: removed lambda as built-in function (it is now a special
  form).  Also removed feature of filter, map, reduce to turn a string
  argument into an anonymous function.
diff --git a/Doc/Makefile b/Doc/Makefile
index f4a747d..d13f59f 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -41,13 +41,14 @@
 	latex qua
 	dvips qua >qua.ps
 
-lib.texi: lib1.tex lib2.tex lib3.tex lib4.tex lib5.tex texipre.dat texipost.dat
+lib.texi: lib1.tex lib2.tex lib3.tex lib4.tex lib5.tex \
+	texipre.dat texipost.dat partparse.py
 	python partparse.py -o @lib.texi lib[1-5].tex
 	mv @lib.texi lib.texi
 
 .PRECIOUS:	lib.texi
 
-python-lib.info: lib.texi
+python-lib.info: lib.texi fix.el
 	emacs -batch -l fix.el -f save-buffer -kill
 	makeinfo +footnote-style end +fill-column 72 +paragraph-indent 0 \
 	         lib.texi