Index: /branches/rel1/psLib/src/Makefile
===================================================================
--- /branches/rel1/psLib/src/Makefile	(revision 1049)
+++ /branches/rel1/psLib/src/Makefile	(revision 1050)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-10 20:26:10 $
+##  $Revision: 1.12.2.1 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-15 21:46:21 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -140,5 +140,5 @@
 # the installation
 
-install: installdirs $(INSTALLTARGETS)
+install: all installdirs $(INSTALLTARGETS)
 	install *.h $(includedir)
 	install $(TARGET_STATIC) $(libexecdir)
Index: /branches/rel1/psLib/src/Makefile.Globals
===================================================================
--- /branches/rel1/psLib/src/Makefile.Globals	(revision 1049)
+++ /branches/rel1/psLib/src/Makefile.Globals	(revision 1050)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.10.2.1 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-15 03:09:15 $
+##  $Revision: 1.10.2.2 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-15 21:46:21 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -29,5 +29,5 @@
 
 ifndef testbindir
-    export testbindir = $(prefix)/bin/test
+    export testbindir = $(prefix)/testbin
 endif
 
Index: /branches/rel1/psLib/src/mainpage.dox
===================================================================
--- /branches/rel1/psLib/src/mainpage.dox	(revision 1049)
+++ /branches/rel1/psLib/src/mainpage.dox	(revision 1050)
@@ -8,8 +8,8 @@
 Pan-STARRS project to simplify programming tasks. Among the benefits are: 
 <ul>
-<li>reuse of code</li>
-<li>simplification of testing</li>
-<li>streamlining of code, and</li>
-<li>isolation of functionality that may be subject to change.</li>
+<li>Reuse of code</li>
+<li>Simplification of testing</li>
+<li>Streamlining of code</li>
+<li>Isolation of functionality that may be subject to change</li>
 </ul>     
 
@@ -111,5 +111,5 @@
 following steps:
 <pre>
-$ cd psLib/bin/test
+$ cd psLib/bin
 $ ./FullUnitTest
 </pre>
