Date: Sat, 17 Feb 2001 17:33:08 +0100 From: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> To: freebsd-current@freebsd.org Subject: Re: Hungarian locale completed Message-ID: <20010217173308.A22211@petra.hos.u-szeged.hu> In-Reply-To: <20010217172429.C21093@petra.hos.u-szeged.hu>; from sziszi@petra.hos.u-szeged.hu on Sat, Feb 17, 2001 at 05:24:29PM %2B0100 References: <20010217170706.B21093@petra.hos.u-szeged.hu> <20010217172429.C21093@petra.hos.u-szeged.hu>
next in thread | previous in thread | raw e-mail | index | archive | help
--1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 17, 2001 at 05:24:29PM +0100, Szilveszter Adam wrote: > Where, of course, I couldn't be bothered to send the Makefile diffs > along... doh!:-) > > Here they are... <...> Please, ignore the previous junk... sigh. I should know better than synching my CVS repo *after* building and *before* generating the diffs. Slowly I will learn... in the meantime, the (for a change, correct) diffs: -- Regards: Szilveszter ADAM Szeged University Szeged Hungary --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.mondef" Index: Makefile =================================================================== RCS file: /usr/local/ncvs/freebsd//src/share/monetdef/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 2001/02/17 08:28:26 1.17 +++ Makefile 2001/02/17 16:31:26 @@ -16,6 +16,7 @@ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ fr_CA.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.msgdef" Index: Makefile =================================================================== RCS file: /usr/local/ncvs/freebsd//src/share/msgdef/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 2001/02/17 08:31:31 1.17 +++ Makefile 2001/02/17 16:29:54 @@ -11,6 +11,7 @@ en_US.ISO_8859-1 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.numdef" Index: Makefile =================================================================== RCS file: /usr/local/ncvs/freebsd//src/share/numericdef/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2001/02/17 08:35:14 1.18 +++ Makefile 2001/02/17 16:31:01 @@ -11,6 +11,7 @@ en_US.ISO_8859-1 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010217173308.A22211>