From: Egon W. <eg...@us...> - 2002-07-21 15:47:15
|
Update of /cvsroot/woc/woc/bin/download In directory usw-pr-cvs1:/tmp/cvs-serv17878/bin/download Modified Files: Makefile.in Log Message: Added script using Lire tools to analyze to web log. Index: Makefile.in =================================================================== RCS file: /cvsroot/woc/woc/bin/download/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.in 20 Jul 2002 14:50:34 -0000 1.1 --- Makefile.in 21 Jul 2002 15:47:12 -0000 1.2 *************** *** 63,66 **** --- 63,69 ---- OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ + PATHTOGUNZIP = @PATHTOGUNZIP@ + PATHTOLIREL2R = @PATHTOLIREL2R@ + PATHTOLIRERUN = @PATHTOLIRERUN@ PATHTOPERL = @PATHTOPERL@ PATHTOSH = @PATHTOSH@ |