~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
86
86
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
87
87
          --add-comments --keyword=_ --keyword=N_ \
88
 
          --files-from=$(srcdir)/POTFILES.in \
 
88
          --files-from=$(srcdir)/POTFILES.in --from-code=UTF-8 \
89
89
        && test ! -f $(PACKAGE).po \
90
90
           || ( rm -f $(srcdir)/$(PACKAGE).pot \
91
91
                && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )