Index: branches/eam_branches/ipp-20100823/psconfig/INSTALL
===================================================================
--- branches/eam_branches/ipp-20100823/psconfig/INSTALL	(revision 29016)
+++ branches/eam_branches/ipp-20100823/psconfig/INSTALL	(revision 29532)
@@ -6,18 +6,4 @@
 With the psconfig tools, it is easy to switch between different
 installed versions or to recompile subsets of the IPP tree.
-
-0. Choose a target installation directory.
-
-Choose a location to store the installed software and configuration
-files.  The psconfig system places the installed binary files by
-default in directories below ~/psconfig.  There will be one directory
-for each version of the installation for a given hardware
-architecture.  To use a different location, place the following line
-in ~/.psconfigrc (otherwise, this is not needed):
-
-set PSCONFDIR = INSTALL_PATH
-
-where INSTALL_PATH is the top-level directory for all binary
-installations. 
 
 1. Set up the psconfig system.
@@ -75,4 +61,18 @@
 installation directories.
 
+3. Building (full build in one pass)
+
+It should be possible to build the full IPP installation by issuing
+the single command in this directory (ipp/psconfig):
+
+psbuild -extbuild
+
+If you have checked the IPP tree out of our svn repository, certain
+steps are slightly modified.  In this case, it is necessary to add the
+option '-dev'.  For additional information on using psbuild, see the
+listing of options below (or type psbuild -help)
+
+psbuild -dev -extbuild
+
 3. Dependencies
 
@@ -112,5 +112,5 @@
 pscheckperl -build
 
-4. Building
+4. Building (just IPP tools)
 
 To build the full IPP tree using the psconfig system, run 'psbuild' in
@@ -123,9 +123,4 @@
 option '-dev'.  For additional information on using psbuild, see the
 listing of options below (or type psbuild -help)
-
-It should be possible to build the full IPP installation by issuing
-the single command in this directory (ipp/psconfig):
-
-psbuild -extbuild
 
 5. Building Magic.
@@ -180,2 +175,19 @@
 pscheckperl -build : build and install external modules
 
+----
+0. Choose a target installation directory.
+
+> Choose a location to store the installed software and configuration
+> files.  The psconfig system places the installed binary files by
+> default in directories below ~/psconfig.  There will be one directory
+> for each version of the installation for a given hardware
+> architecture.  To use a different location, place the following line
+> in ~/.psconfigrc (otherwise, this is not needed):
+> 
+> set PSCONFDIR = INSTALL_PATH
+> 
+> where INSTALL_PATH is the top-level directory for all binary
+> installations. 
+
+** the steps above are probably not actually needed.  When is PSCONFDIR needed?
+
