A lot of work on scan. Tables used to display scan terms and hits.
[egate.git] / www / Makefile
index ab73261..0fecbb5 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for www gateway utility
 # Europagate, 1995
 #
-# $Id: Makefile,v 1.26 1996/01/24 16:59:27 adam Exp $
+# $Id: Makefile,v 1.27 1996/01/26 15:50:06 adam Exp $
 #
 SHELL=/bin/sh
 #
@@ -58,7 +58,7 @@ $(TPROG2): $(P2) $(OLIB)
 $(TPROG3): $(P3) $(OLIB)
        $(CC) $(CFLAGS) -o $(TPROG3) $(P3) $(OLIB) $(ZLIB)
 
-install: install.prog install.script
+install: install.prog install.script install.gif
 
 install.prog: $(TPROG1) $(TPROG2)
        @for x in $(TPROG1) $(TPROG2); do \
@@ -88,6 +88,8 @@ install.script:
                echo Installing $$x; \
                cp $$x $(EGWDIR); \
        done
+
+install.gif:
        @if [ ! -d $(GIFDIR) ]; then \
                echo "Making directory $(GIFDIR)"; \
                mkdir $(GIFDIR); \