From 8ca5c11bdfa4c5cc6ef75d048340f8854c8b3eaf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Sep 1996 02:07:08 +0000 Subject: second update 960907 from main archive Sun Sep 8 02:36:02 1996 Ulrich Drepper * locale/SYS_libc.c (_libc_intl_domainname): Change value to "libc". This is consistent with all other GNU packages. We shouldn't take care for a possible clash. Somebody will name the domain of a package libc if it is not the libc itself. * MakeTAGS ($P/SYS_libc.pot): Rename to $P/libc.pot. * po/Makefile (domainname): Change to libc. (distribute): Now ship libc.pot. * catgets/gencat.c (usage): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * db/makedb.c (PACKAGE): New macro. Set to _libc_intl_domain. (main): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * locale/programs/locale.c (main): Use `PACKAGE' for package name in version information banner. Change bug report address to bug-glibc@prep not @gnu. * locale/programs/localedef.c (main): Likewise. * version.h (VERSION): Bump to 1.94. * libio/iofdopen: Initialize _lock field only if _IO_MTSAFE_IO. --- po/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index db066da9d5..30721d11a0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,7 @@ LINGUAS = $(ALL_LINGUAS) endif # Text domain name to install under; must match ../locale/SYS_libc.c string. -domainname = SYS_GNU_libc-$(version) +domainname = libc # Get $(version) defined. include ../Makeconfig @@ -45,7 +45,7 @@ mo-installed = $(localedir)/%/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) SYS_libc.pot +distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) libc.pot include ../Rules @@ -58,7 +58,7 @@ include ../Rules %.mo: %.po $(MSGFMT) -o $@ $< -# Install the message object files as SYS_libc.po in the language directory. +# Install the message object files as libc.po in the language directory. $(mo-installed): %.mo; $(do-install) .PHONY: linguas linguas.mo -- cgit v1.2.3