X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2FMakefile;h=83a69fb272eb5d5bf84c2717238f50eadbb52583;hb=df7b985601de6c729147a6fd6588adba6f905480;hp=5d2bc739dbf409235698c5bf4ed61b7f3cc433e8;hpb=b55863481a30014e98fcd1fbd3d8abe8f109872d;p=egate.git diff --git a/www/Makefile b/www/Makefile index 5d2bc73..83a69fb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,7 +2,15 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.17 1995/11/14 16:31:35 adam +# Revision 1.19 1996/01/02 10:52:25 adam +# In images Alt=... are defined. +# +# Revision 1.18 1995/12/20 16:31:30 adam +# Bug fix: shell might terminate even though new request was initiated +# by the cgi interface program. +# Work on more simple user interface and Europagate buttons. +# +# Revision 1.17 1995/11/14 16:31:35 adam # Temporary remove of ccl entry. # # Revision 1.16 1995/11/14 16:01:50 adam @@ -65,9 +73,9 @@ SHELL=/bin/sh # ZDEFS= -ZINC=-I../../yaz/include -ZLIB=../../yaz/lib/libyaz.a -MOSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a +#ZINC=-I../../yaz/include +ZLIB=-lyaz +MOSILIB=../../xtimosi/src/libmosi.a -lrfc LIBIRTCL=/usr/local/lib/libirtcl.a $(ZLIB) $(MOSILIB) #NETLIB=-lnsl -lsocket # @@ -78,7 +86,6 @@ WSCRIPTS=egwscript targets.egw query.egw search.egw showfull.egw z39util.tcl \ mtargets.egw mquery.egw msearch.egw HSCRIPTS=egwindex.html CONFFILES=ztargets.conf -GIFFILES=webgate.gif darrw.gif uarrw.gif noway.gif TPROG1=egwcgi TPROG2=egwsh TPROG3=wtest @@ -134,7 +141,7 @@ install.script: echo Installing $$x; \ cp $$x $(CONFDIR); \ done - @for x in $(GIFFILES); do \ + @for x in gif/*.gif; do \ echo Installing $$x; \ cp $$x $(GIFDIR); \ done