Index: branches/eam_branches/ipp-20220316/ippMonitor/INSTALL
===================================================================
--- branches/eam_branches/ipp-20220316/ippMonitor/INSTALL	(revision 42198)
+++ branches/eam_branches/ipp-20220316/ippMonitor/INSTALL	(revision 42199)
@@ -28,9 +28,16 @@
 psconfig ipp-20210708-gentoo
 
+# Copy these files and modify them.
+# config.dat is used to generate the site.php file installed in the htdocs location
+cp config.dat.in config.dat
+
+# czarconfig.xml is used by czarpool.pl
+cp czartool/czarconfig.xml.in czartool/czarconfig.xml
+
 # run psconfigure to generate Makefile and raw/site.php 
 # DO NOT check site.php into the svn tree 
 # $CZARPLOTDIR and $METRICSPLOTDIR will be generated as links in the same folder as ippMonitor  
-# the structure of the names for these two directories are defined in Makefile.in 
-psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --site ~/ippconfig/ippmonitor.config 
+# the structure of the names for these two directories are defined in Makefile.in a
+psconfigure --htdocs /var/www/localhost/htdocs --wwwbin /var/www/localhost/wwwbin --pltdir /some/path --site ~/ippconfig/ippmonitor.config 
 
 ## NOTES:
@@ -41,11 +48,4 @@
 ## For an initial installation, you may need to create /var/www/localhost/wwwbin
 
-# Copy these files and modify them.
-# config.dat is used to generate the site.php file installed in the htdocs location
-cp config.dat.in config.dat
-
-# czarconfig.xml is used by czarpool.pl
-cp czartool/czarconfig.xml.in czartool/czarconfig.xml
-
 # install the php code:
 # czartool_plots and ippMetrics will be linked to different path in different hostnames 
Index: branches/eam_branches/ipp-20220316/ippMonitor/Makefile.in
===================================================================
--- branches/eam_branches/ipp-20220316/ippMonitor/Makefile.in	(revision 42198)
+++ branches/eam_branches/ipp-20220316/ippMonitor/Makefile.in	(revision 42199)
@@ -9,6 +9,7 @@
 DESTBIN = @WWWBIN@
 DESTWWW = @HTDOCS@/ippMonitor
-CZARPLOTDIR = /export/@HOST2@.0/ipp/czartool_plots
-METRICSPLOTDIR = /export/@HOST2@.0/ipp/ippMetrics
+
+CZARPLOTDIR = @PLTDIR@/czartool_plots
+METRICSPLOTDIR = @PLTDIR@/ippMetrics
 
 GENERATE = $(SCRIPTS)/generate
