First search request/response that works.
[egate.git] / www / Makefile
index e2efd2b..ae58bd1 100644 (file)
@@ -2,7 +2,10 @@
 # Europagate, 1995
 #
 # $Log: Makefile,v $
-# Revision 1.5  1995/10/27 15:12:02  adam
+# Revision 1.6  1995/10/27 17:30:15  adam
+# First search request/response that works.
+#
+# Revision 1.5  1995/10/27  15:12:02  adam
 # IrTcl incorporated in the gateway.
 # Better separation of script types.
 # Z39.50 gateway scripts entered.
@@ -58,7 +61,9 @@ $(TPROG2): $(P2)
 $(TPROG3): $(P3)
        $(CC) $(CFLAGS) -o $(TPROG3) $(P3) $(OLIB)
 
-install: $(TPROG1) $(TPROG2)
+install: install.prog install.script
+
+install.prog: $(TPROG1) $(TPROG2)
        @for x in $(TPROG1) $(TPROG2); do \
                echo Installing $$x; \
                cp $$x $(CGIBIN); \
@@ -67,6 +72,8 @@ install: $(TPROG1) $(TPROG2)
        ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwtcl; \
        ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwirtcl; \
        ln -f $(CGIBIN)/$(TPROG2) $(CGIBIN)/egwhtml
+
+install.script:
        @for x in $(WSCRIPTS); do \
                echo Installing $$x; \
                cp $$x $(CGIBIN); \