From: Bruno Haible Date: Sun, 14 Oct 2018 22:51:02 +0000 (+0200) Subject: Fix "make dist" error (regression from 2018-10-09). X-Git-Tag: v0.20~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f61a09507cabd51a39b41ae3b417d0da90933dae;p=thirdparty%2Fgettext.git Fix "make dist" error (regression from 2018-10-09). * gettext-tools/examples/Makefile.am (EXAMPLESFILES): Remove hello-csharp-forms/BUGS. --- diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 782fbf0d3..365b62162 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/examples subdirectory of GNU gettext -## Copyright (C) 2001-2007, 2009-2016 Free Software Foundation, Inc. +## Copyright (C) 2001-2007, 2009-2016, 2018 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 @@ -294,7 +294,6 @@ EXAMPLESFILES = \ \ hello-csharp-forms/INSTALL \ hello-csharp-forms/README \ - hello-csharp-forms/BUGS \ hello-csharp-forms/autogen.sh \ hello-csharp-forms/autoclean.sh \ hello-csharp-forms/hello.cs \