~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to bfd/po/Make-in

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        $(MSGFMT) -o $@ $<
80
80
 
81
81
.po.gmo:
82
 
        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
 
82
        file=`echo $* | sed 's,.*/,,'`.gmo \
83
83
          && rm -f $$file && $(GMSGFMT) -o $$file $<
84
84
 
85
85
.po.cat:
96
96
        $(XGETTEXT) --default-domain=$(PACKAGE) \
97
97
          --directory=$(top_srcdir) \
98
98
          --add-comments --keyword=_ --keyword=N_ \
 
99
          --msgid-bugs-address=bug-binutils@gnu.org \
99
100
          --files-from=$(srcdir)/SRC-POTFILES.in 
100
101
        $(XGETTEXT) --default-domain=$(PACKAGE) \
101
102
          --directory=.. \
102
103
          --directory=. \
103
104
          --add-comments --keyword=_ --keyword=N_ \
104
105
          --join-existing \
 
106
          --msgid-bugs-address=bug-binutils@gnu.org \
105
107
          --files-from=$(srcdir)/BLD-POTFILES.in
106
108
        rm -f $(srcdir)/$(PACKAGE).pot
107
109
        mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot