X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcsvtobib1.tcl;fp=src%2Fcsvtobib1.tcl;h=04a1b2b8e4c93bf72820ff8a345289a6d8e28154;hp=0000000000000000000000000000000000000000;hb=84d7b06c13daa609e93f353e655c4b02f936d65c;hpb=00757f0ff95a6e5557823e151a7ae9d6f48f0f8f diff --git a/src/csvtobib1.tcl b/src/csvtobib1.tcl new file mode 100755 index 0000000..04a1b2b --- /dev/null +++ b/src/csvtobib1.tcl @@ -0,0 +1,18 @@ +#!/bin/sh +# the next line restats using tclsh \ +exec tclsh "$0" "$@" +# +# This file is part of the YAZ toolkit +# Copyright (c) Index Data 1996-2005 +# See the file LICENSE for details. +# +# $Id: csvtobib1.tcl,v 1.1 2005-04-22 08:27:58 adam Exp $ +# +# Converts a CSV file with Bib-1 diagnostics to C+H file for easy +# maintenance +# +# $Id: csvtobib1.tcl,v 1.1 2005-04-22 08:27:58 adam Exp $ + +source csvtodiag.tcl + +csvtodiag {bib1.csv diagbib1.c ../include/yaz/diagbib1.h} bib1 diagbib1_str \ No newline at end of file