Index: /trunk/psLib/src/mainpage.dox
===================================================================
--- /trunk/psLib/src/mainpage.dox	(revision 1035)
+++ /trunk/psLib/src/mainpage.dox	(revision 1036)
@@ -30,17 +30,13 @@
 Before building psLib from source, several 3rd party software libraries must be installed. 
 These include: 
+ - GNU Scientific Library (GSL), Available at http://www.gnu.org/software/gsl
+ - Fastest Fourier Transform in the West (FFTW), Available at http://www.fftw.org
+ - C Flexible Image Transport System Input output (CFITSIO), Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio
 
-<ol>
-<li>GNU Scientific Library (GSL), Available at http://www.gnu.org/software/gsl</li>
-<li>Fastest Fourier Transform in the West (FFTW), Available at http://www.fftw.org</li>
-<li>C Flexible Image Transport System Input output (CFITSIO), Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio</li>
-</ol>
-
-If you on a Darwin (Mac OS X) system, a dlfcn compatability library needs to be
-installed on the system.  One can be obtained from the Fink project on 
-SourceForge (the dlcompat package at http://www.sf.net/projects/fink). The 
-Darwin 7.0 (OS X 10.3) 'devtools' package seems to also include dlfcn support,
-so explicit installation of a dlfcn compatibility layer may not be required for
-this version of Darwin. 
+If you use a Darwin (Mac OS X) system, a dlfcn compatability library needs to be
+installed on the system. This can be obtained from the Fink project on SourceForge 
+(the dlcompat package at http://www.sf.net/projects/fink). The Darwin 7.0 (OS X 10.3) 
+'devtools' package seems to also include dlfcn support, so explicit installation of a 
+dlfcn compatibility layer may not be required for this version of Darwin. 
 
 
@@ -58,9 +54,4 @@
 recommended steps are:
 <pre>
-$ cd psLib/src
-$ make clean
-</pre>
-<i>This deletes any old object and target files.</i>
-<pre>
 $ make
 $ make install
@@ -75,4 +66,6 @@
 <pre>
 $ cd psLib/test
+$ make
+$ make install
 $ FullUnitTest
 </pre>
