Extend MARC-8 to handle ESC-G0 EACC. Fix conversion order for MARCXML
[yaz-moved-to-github.git] / win / makefile
index be4e2c8..1979f19 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 1994-2003, Index Data
+# Copyright (C) 1994-2004, Index Data
 # All rights reserved.
-# $Id: makefile,v 1.69 2004-01-12 12:11:58 adam Exp $
+# $Id: makefile,v 1.71 2004-03-15 21:39:07 adam Exp $
 #
 # Programmed by
 #  HL: Heikki Levanto, Index Data
@@ -617,6 +617,10 @@ $(SRCDIR)\marc8.c: $(SRCDIR)\charconv.sgm
        @cd $(SRCDIR)
        $(TCL) charconv.tcl -p marc8 -s 50 charconv.sgm -o marc8.c
 
+$(SRCDIR)\marc8_cjk.c: $(SRCDIR)\charconv_cjk.xml
+       @cd $(SRCDIR)
+       $(TCL) charconv.tcl -p marc8_cjk -s 50 charconv_cjk.xml -o marc8_cjk.c
+
 !endif
 
 !if $(HAVE_BISON)