Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex
index 9586285..4930d70 100644
--- a/Doc/mac/libmacostools.tex
+++ b/Doc/mac/libmacostools.tex
@@ -1,6 +1,8 @@
 \section{Standard Module \module{macostools}}
-\label{module-macostools}
-\stmodindex{macostools}
+\declaremodule{standard}{macostools}
+
+\modulesynopsis{Convenience routines for file manipulation.}
+
 
 This module contains some convenience routines for file-manipulation
 on the Macintosh.
@@ -48,8 +50,10 @@
 could conceivably have incompatible behaviour in some cases.
 
 \section{Standard Module \module{findertools}}
-\label{module-findertools}
-\stmodindex{findertools}
+\declaremodule{standard}{findertools}
+
+\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.}
+
 
 This module contains routines that give Python programs access to some
 functionality provided by the finder. They are implemented as wrappers