Index: trunk/ippMonitor/Makefile
===================================================================
--- trunk/ippMonitor/Makefile	(revision 8980)
+++ trunk/ippMonitor/Makefile	(revision 8984)
@@ -8,11 +8,21 @@
 DESTBIN =       /var/www/kiawe/phpipp
 
-INSTALL = \
+RAWSRC = \
 $(DESTBIN)/ipp.css \
 $(DESTBIN)/ipp.php \
 $(DESTBIN)/ipp.menu.dat \
+$(DESTBIN)/ipp.copy.dat \
+$(DESTBIN)/ipp.science.dat \
+$(DESTBIN)/ipp.detrend.dat \
+$(DESTBIN)/ipp.imfiles.dat \
 $(DESTBIN)/Login.php \
 $(DESTBIN)/SelectProject.php \
-$(DESTBIN)/phptest.php \
+$(DESTBIN)/LoadSetup.php \
+$(DESTBIN)/ScienceSteps.php \
+$(DESTBIN)/DetrendSteps.php \
+$(DESTBIN)/ImfileTables.php \
+$(DESTBIN)/phptest.php
+
+DEFSRC = \
 $(DESTBIN)/detInputExp.php \
 $(DESTBIN)/detMasterFrame.php \
@@ -44,5 +54,5 @@
 $(DESTBIN)/PScolorlogo2.jpg
 
-php: $(INSTALL) $(PICTURES)
+php: $(RAWSRC) $(DEFSRC) $(PICTURES)
 
 # dependancy rules for binary code #########################
