mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Fix "make distcheck" failure.
* check-copyright-headers: Exempt the JOIN-GNU file.
This commit is contained in:
parent
971dcbdbeb
commit
a99be84f2b
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2019 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2019-2022 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
|
||||
@ -116,7 +116,7 @@ func_check_file ()
|
||||
return 0 ;;
|
||||
|
||||
*/AUTHORS | */COPYING* | */DEPENDENCIES | */FILES | */HACKING | \
|
||||
*/INSTALL* | */NEWS | */PACKAGING | */README* | */THANKS )
|
||||
*/INSTALL* | */JOIN-GNU | */NEWS | */PACKAGING | */README* | */THANKS )
|
||||
# These files contain convenience information, not worth sueing for.
|
||||
return 0 ;;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user