diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile index 06bac1645f..fa26aeca0c 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1996,1997,1998,1999,2001,2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -20,9 +20,8 @@ subdir := po -# List of languages that are currently broken (just run msgfmt from -# GNU gettext 0.10.36 on them to see why) -BROKEN_LINGUAS = el +# Add names of the languages with broken .po files here. +BROKEN_LINGUAS = # List of languages for which we have message catalogs of translations. ALL_LINGUAS := $(filter-out $(BROKEN_LINGUAS),$(basename $(wildcard *.po))) |