From 735479544d1cadf6a29722a3dfca7b3fd263cca0 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 18 Nov 2008 08:42:38 +0100 Subject: [PATCH] typo in comments --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5959cc0..354e49d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,7 @@ marc8.c: charconv.tcl codetables.xml marc8r.c: charconv.tcl codetables.xml $(TCLSH) $(srcdir)/charconv.tcl -r -p marc8r $(srcdir)/codetables.xml -o marc8r.c -# ISO5426->UTF8 conversion is generated from codetables.xml +# ISO5426->UTF8 conversion is generated from codetables-iso5426.xml iso5426.c: charconv.tcl codetables-iso5426.xml $(TCLSH) $(srcdir)/charconv.tcl -p iso5426 $(srcdir)/codetables-iso5426.xml -o iso5426.c -- 1.7.10.4