From: Adam Dickmeiss Date: Wed, 24 May 2006 09:40:26 +0000 (+0000) Subject: Pass SRCDIR to csvto tcl script X-Git-Tag: YAZ.2.1.20~23 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=713e1de05a39d3bab7f9becc34d7ebf244c26651 Pass SRCDIR to csvto tcl script --- diff --git a/win/makefile b/win/makefile index f09af9b..e921c94 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.107 2006-05-07 17:43:42 adam Exp $ +# $Id: makefile,v 1.108 2006-05-24 09:40:26 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -694,11 +694,11 @@ $(SRCDIR)\marc8r.c: $(SRCDIR)\codetables.xml $(SRCDIR)\charconv.tcl $(SRCDIR)\diagbib1.c: $(SRCDIR)\bib1.csv @cd $(SRCDIR) - $(TCL) csvtobib1.tcl + $(TCL) csvtobib1.tcl $(SRCDIR) $(SRCDIR)\diagsrw.c: $(SRCDIR)\srw.csv @cd $(SRCDIR) - $(TCL) csvtosrw.tcl + $(TCL) csvtosrw.tcl $(SRCDIR) !endif