]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove support for OS/2 (based on EMX directly), part 2.
authorBruno Haible <bruno@clisp.org>
Fri, 23 Feb 2024 02:08:46 +0000 (03:08 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 23 Feb 2024 02:09:48 +0000 (03:09 +0100)
* Makefile.am (EXTRA_DIST): Remove os2/*.

Makefile.am

index 3d4f5358dddab66d3f0c97e83ccb324cc8ec4226..94fbcf87868f936590bd6b10c63c39e238797bfa 100644 (file)
@@ -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.