From 2537e2362053aaf263cbcbdc783f9d7a7dd8189f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 31 Jan 2001 17:09:13 +0000 Subject: Fix for KOI8-R codepage from Andrey Kiselev (This used to be commit 7a08c3a699142fa8079c2736ed70aef0528ad578) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 9516d19ace..eb7a33523b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -62,7 +62,7 @@ LOCKDIR = @lockdir@ CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage definition list. -CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI-R 857 ISO8859-9 +CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 # where you are going to have the smbrun binary. This defaults to the # install directory. This binary is needed for correct printing -- cgit