From: Bruno Haible Date: Fri, 23 Feb 2024 02:08:46 +0000 (+0100) Subject: Remove support for OS/2 (based on EMX directly), part 2. X-Git-Tag: v0.23~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e230ee009e56f249bf5eca9038b1749f75ce4141;p=thirdparty%2Fgettext.git Remove support for OS/2 (based on EMX directly), part 2. * Makefile.am (EXTRA_DIST): Remove os2/*. --- diff --git a/Makefile.am b/Makefile.am index 3d4f5358d..94fbcf878 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the toplevel directory of GNU gettext -## Copyright (C) 1995-2023 Free Software Foundation, Inc. +## Copyright (C) 1995-2024 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -83,10 +83,6 @@ distcheck-hook: # Verify that all files have appropriate copyright headers. if test -d '$(distdir)'; then $(srcdir)/check-copyright-headers '$(distdir)'; fi -# OS/2 port. - -EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk - # Windows support.