about summary refs log tree commit diff
path: root/po/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-24 08:01:09 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-24 08:01:09 +0000
commit9c83a5ec79f7b900a26a49962406899b1710d165 (patch)
tree07fa57a9d14c643e0b67f0fc8f7fe594f00187dc /po/Makefile
parent44c51e9ab074bada216c5fcbc5e48d06ee24b80f (diff)
downloadglibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.gz
glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.xz
glibc-9c83a5ec79f7b900a26a49962406899b1710d165.zip
Update.
2001-04-24  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/ia64/Dist: Add hp-timing.c.
	* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h.
	* posix/Makefile (distribute): Add tst-getconf.sh.
	* po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index e88f0e83c1..57230b5190 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -49,7 +49,8 @@ mo-installed = $(inst_msgcatdir)/%/LC_MESSAGES/$(domainname).mo
 install-others = $(LINGUAS:%=$(mo-installed))
 
 # Files to distribute: all the source and compiled binary translation files.
-distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) libc.pot header.pot
+distribute = $(ALL_LINGUAS:=.po) $(BROKEN_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) \
+	     libc.pot header.pot
 
 
 include ../Rules