From: Bruno Haible Date: Wed, 23 Nov 2016 19:33:14 +0000 (+0100) Subject: Drop the nickname "woe32". X-Git-Tag: v0.20~499 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e619dc069e31c05cd58b1bb05c284384105eaa2;p=thirdparty%2Fgettext.git Drop the nickname "woe32". * README.windows: Renamed from README.woe32. * Makefile.am (EXTRA_DIST): Update. * gettext-runtime/README.windows: Renamed from gettext-runtime/README.woe32. * gettext-runtime/Makefile.am (EXTRA_DIST): Update. * gettext-runtime/intl/README.windows: Renamed from gettext-runtime/intl/README.woe32. * gettext-runtime/intl/Makefile.in (DISTFILES.gettext): Update. * gettext-runtime/libasprintf/README.windows: Renamed from gettext-runtime/libasprintf/README.woe32. * gettext-runtime/libasprintf/Makefile.am (EXTRA_DIST): Update. * gettext-tools/README.windows: Renamed from gettext-tools/README.woe32. * gettext-tools/Makefile.am (EXTRA_DIST): Update. --- diff --git a/Makefile.am b/Makefile.am index aad2a15f9..0d8276daf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,9 +144,9 @@ EXTRA_DIST += djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \ EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk -# Woe32 support. +# Windows support. -EXTRA_DIST += README.woe32 windows/windres-options windows/gettext.rc +EXTRA_DIST += README.windows windows/windres-options windows/gettext.rc # Versioning based on Git release tags. diff --git a/README.woe32 b/README.windows similarity index 100% rename from README.woe32 rename to README.windows diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 86df1b3d0..2835a2035 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -53,9 +53,10 @@ ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi EXTRA_DIST += gnulib-m4/gnulib-cache.m4 -# Woe32 support. +# Windows support. + +EXTRA_DIST += README.windows -EXTRA_DIST += README.woe32 maintainer-update-po: $(top_builddir)/config.status $(SHELL) ./config.status --recheck diff --git a/gettext-runtime/README.woe32 b/gettext-runtime/README.windows similarity index 100% rename from gettext-runtime/README.woe32 rename to gettext-runtime/README.windows diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 377ca5842..961a04287 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -205,7 +205,7 @@ config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc \ $(HEADERS) $(SOURCES) DISTFILES.generated = plural.c DISTFILES.normal = VERSION -DISTFILES.gettext = ChangeLog COPYING.LIB libintl.glibc README.woe32 +DISTFILES.gettext = ChangeLog COPYING.LIB libintl.glibc README.windows DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \ COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 \ gettext.h libgettext.h plural-eval.c libgnuintl.h \ diff --git a/gettext-runtime/intl/README.woe32 b/gettext-runtime/intl/README.windows similarity index 100% rename from gettext-runtime/intl/README.woe32 rename to gettext-runtime/intl/README.windows diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 8d4ad399d..37c80990e 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -172,6 +172,6 @@ uninstall-html: EXTRA_DIST += texi2html autosprintf_all.html -# Woe32 support. +# Windows support. -EXTRA_DIST += README.woe32 +EXTRA_DIST += README.windows diff --git a/gettext-runtime/libasprintf/README.woe32 b/gettext-runtime/libasprintf/README.windows similarity index 100% rename from gettext-runtime/libasprintf/README.woe32 rename to gettext-runtime/libasprintf/README.windows diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 18c6b8fad..0531c0290 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -50,9 +50,9 @@ $(srcdir)/ABOUT-NLS: $(srcdir)/../gettext-runtime/ABOUT-NLS EXTRA_DIST += gnulib-m4/gnulib-cache.m4 -# Woe32 support. +# Windows support. -EXTRA_DIST += README.woe32 +EXTRA_DIST += README.windows # Cygwin support. diff --git a/gettext-tools/README.woe32 b/gettext-tools/README.windows similarity index 100% rename from gettext-tools/README.woe32 rename to gettext-tools/README.windows