Manage objfiles with shared_ptr
[deliverable/binutils-gdb.git] / bfd / po / Make-in
index 0c8b9f33ae6016ddfdd3d0073309fac4352a9170..903c0d36a66427cbe2cdab5fd8ae998de51caf86 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 (C) 2001-2019 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
@@ -20,10 +20,10 @@ top_builddir = @top_builddir@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
-datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
-gnulocaledir = $(prefix)/share/locale
-gettextsrcdir = $(prefix)/share/gettext/po
+datadir = @datadir@
+localedir = @localedir@
+gnulocaledir = @datarootdir@/locale
+gettextsrcdir = @datarootdir@/gettext/po
 subdir = po
 
 DESTDIR =
@@ -79,7 +79,7 @@ INSTOBJEXT = @INSTOBJEXT@
        $(MSGFMT) -o $@ $<
 
 .po.gmo:
-       file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+       file=`echo $* | sed 's,.*/,,'`.gmo \
          && rm -f $$file && $(GMSGFMT) -o $$file $<
 
 .po.cat:
@@ -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
@@ -200,7 +203,7 @@ check: all
 
 cat-id-tbl.o: ../intl/libgettext.h
 
-html dvi info tags TAGS ID:
+html dvi pdf ps info tags TAGS ID:
 
 mostlyclean:
        rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
This page took 0.025651 seconds and 4 git commands to generate.