OSDN Git Service

2004-07-29 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Fri, 30 Jul 2004 14:30:08 +0000 (14:30 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 30 Jul 2004 14:30:08 +0000 (14:30 +0000)
commitff7b0b383a6c5faf9adca49bab98bcf794a773f2
tree90c70fe8eaed60aaab94f31874257e9ae5af4c38
parent8507e021976360def331314027df95e5315299d9
2004-07-29  Andrew Cagney  <cagney@gnu.org>

Fix PR i18n/761.
* Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
(.PHONY): Add all-po install-po, uninstall-po, clean-po,
$(PACKAGE).pot and update-po.
(all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
(po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
(update-po): New rules.
(localedir): Define using autoconf.
(diststuff): Add $(PACKAGE).pot and $(CATALOGS)
(GDB_CFLAGS): Define LOCALEDIR using $(localedir).
(XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
* configure.in: Generate CATALOGS and LINGUAS from contents of
src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
* configure: Re-generate.
* po/gdbtext: New file
gdb/ChangeLog
gdb/Makefile.in
gdb/configure
gdb/configure.in
gdb/po/gdbtext [new file with mode: 0755]