PR 10895
authorIan Lance Taylor <ian@airs.com>
Tue, 3 Nov 2009 15:20:30 +0000 (15:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 3 Nov 2009 15:20:30 +0000 (15:20 +0000)
* po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
--msgid-bugs-address.
(install-pdf): New target.
(install-data_yes): Look up one directory to find mkinstalldirs.

gold/ChangeLog
gold/po/Make-in

index 198ead3a0d79d8c6aaf471aa622796d59ad90a3e..e6640710e32669e559dabb47e92c8e884d7d3b7e 100644 (file)
@@ -1,3 +1,11 @@
+2009-11-03  Ian Lance Taylor  <iant@google.com>
+
+       PR 10895
+       * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
+       --msgid-bugs-address.
+       (install-pdf): New target.
+       (install-data_yes): Look up one directory to find mkinstalldirs.
+
 2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        * po/Make-in (.po.gmo): Don't generate .gmo files in source
index 86ff3143b9882950c983998493ad1c534fe76194..3f0fc76b9a6cfc543ac00e72e234bf77a4db1cac 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 2003, 2006 Free Software Foundation, Inc.
+# Copyright 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
@@ -88,7 +88,8 @@ all-no:
 
 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
-         --add-comments --keyword=_ --keyword=N_ \
+         --add-comments -C --keyword=_ --keyword=N_ \
+         --msgid-bugs-address=bug-binutils@gnu.org \
          --files-from=$(srcdir)/POTFILES.in
        rm -f $(srcdir)/$(PACKAGE).pot
        mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
@@ -112,13 +113,14 @@ 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
        if test -r $(MKINSTALLDIRS); then \
          $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
        else \
-         $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
+         $(top_srcdir)/../mkinstalldirs $(DESTDIR)$(datadir); \
        fi
        @catalogs='$(CATALOGS)'; \
        for cat in $$catalogs; do \
This page took 0.031565 seconds and 4 git commands to generate.