summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-03-07 05:17:13 -0500
committerUlrich Drepper <drepper@gmail.com>2012-03-07 05:17:13 -0500
commita4300c7a4d65e24a4a0215460c063ea9c7b4605a (patch)
tree228de57e9b32df7a9e8b78e18095a1512c5cafb9 /po
parent482ff4dae91cf9a288284072d1a299868db7a634 (diff)
Remove distribute variable from Makefiles
Diffstat (limited to 'po')
-rw-r--r--po/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/po/Makefile b/po/Makefile
index 7f523eeb36..4ca0d1c4d1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-1999,2001,2002,2006,2007,2009,2011
+# Copyright (C) 1996-1999,2001,2002,2006,2007,2009,2011,2012
# Free Software Foundation, Inc.
# This file is part of the GNU C Library.
@@ -47,10 +47,6 @@ mo-installed = $(inst_msgcatdir)/%/LC_MESSAGES/$(domainname).mo
# Files to install: a $(domainname).mo file for each language.
install-others = $(LINGUAS:%=$(mo-installed))
-# Files to distribute: all the source and compiled binary translation files.
-distribute = $(ALL_LINGUAS:=.po) $(BROKEN_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) \
- libc.pot header.pot
-
include ../Rules