More work!
[egate.git] / www / Makefile
index 0e2a4fb..168a465 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for www gateway utility
 # Europagate, 1995
 #
-# $Id: Makefile,v 1.38 1996/04/25 10:22:20 adam Exp $
+# $Id: Makefile,v 1.39 1996/05/15 18:43:37 adam Exp $
 #
 SHELL=/bin/sh
 
@@ -19,9 +19,6 @@ OLIB=../lib/util.a ../lib/libres+log.a
 TCLLIB=/usr/local/lib/libtcl7.5.a
 TCLINC=
 
-WSCRIPTS=egwscript targets.egw query.egw search.egw showfull.egw z39util.tcl \
- mtargets.egw mquery.egw msearch.egw history.egw tform.egw tdefine.egw \
- sameas.egw nwi.egw nwiutil.tcl
 HSCRIPTS=egwindex.html
 CONFFILES=egw.res ztargets.conf
 TPROG1=egwcgi
@@ -110,7 +107,7 @@ install.script:
                echo "Making directory $(HTDOCS)"; \
                mkdir $(HTDOCS); \
        fi        
-       @for x in $(WSCRIPTS); do \
+       @for x in *.egw *.tcl; do \
                echo Installing $$x; \
                cp $$x $(EGWDIR)/$$x; \
        done