Handle R_X86_64_64 properly for x32
[deliverable/binutils-gdb.git] / bfd / po / Make-in
index 1a619929557a8da16f7b6209198fd6747a64e877..a9d3aeaab68b1dbf6e94f5b9d6903eff4e683cb9 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for program source directory in GNU NLS utilities package.
 # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright 2001, 2003, 2006 Free Software Foundation, Inc.
+# Copyright 2001, 2003, 2006, 2007, 2009 Free Software Foundation, Inc.
 #
 # This file may be copied and used freely without restrictions.  It can
 # be used in projects which are not available under the GNU Public License
@@ -96,12 +96,14 @@ $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
        $(XGETTEXT) --default-domain=$(PACKAGE) \
          --directory=$(top_srcdir) \
          --add-comments --keyword=_ --keyword=N_ \
+         --msgid-bugs-address=bug-binutils@gnu.org \
          --files-from=$(srcdir)/SRC-POTFILES.in 
        $(XGETTEXT) --default-domain=$(PACKAGE) \
          --directory=.. \
          --directory=. \
          --add-comments --keyword=_ --keyword=N_ \
          --join-existing \
+         --msgid-bugs-address=bug-binutils@gnu.org \
          --files-from=$(srcdir)/BLD-POTFILES.in
        rm -f $(srcdir)/$(PACKAGE).pot
        mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
@@ -125,6 +127,7 @@ install: install-exec install-data
 install-exec:
 install-info:
 install-html:
+install-pdf:
 install-data: install-data-@USE_NLS@
 install-data-no: all
 install-data-yes: all
This page took 0.027207 seconds and 4 git commands to generate.