diff options
author | Tom Tromey <tromey@redhat.com> | 1998-06-12 22:39:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-06-12 22:39:34 +0000 |
commit | 3d935b64eb99a9386756b91a52d63df74828cf08 (patch) | |
tree | 19a0e91d5ce0a38ad3311ff1731373516bea4166 /ld/po | |
parent | 27a0ce88057948c102c96ed54b1d8a6c9622debf (diff) | |
download | gdb-3d935b64eb99a9386756b91a52d63df74828cf08.zip gdb-3d935b64eb99a9386756b91a52d63df74828cf08.tar.gz gdb-3d935b64eb99a9386756b91a52d63df74828cf08.tar.bz2 |
* po/Make-in (all-yes): If maintainer mode, depend on .pot file.
($(PACKAGE).pot): Unconditionally depend on POTFILES.
Diffstat (limited to 'ld/po')
-rw-r--r-- | ld/po/Make-in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/po/Make-in b/ld/po/Make-in index 82d3590..647b5b7 100644 --- a/ld/po/Make-in +++ b/ld/po/Make-in @@ -26,7 +26,7 @@ subdir = po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ +MKINSTALLDIRS = @MKINSTALLDIRS@ CC = @CC@ GENCAT = @GENCAT@ @@ -79,10 +79,10 @@ INSTOBJEXT = @INSTOBJEXT@ all: all-@USE_NLS@ -all-yes: $(CATALOGS) +all-yes: $(CATALOGS) @MAINT@ $(PACAKAGE).pot all-no: -$(srcdir)/$(PACKAGE).pot: @MAINT@ $(POTFILES) +$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in @@ -106,6 +106,7 @@ $(srcdir)/stamp-cat-id: $(PACKAGE).pot install: install-exec install-data install-exec: +install-info: install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all |