~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-07-18 17:21:49 UTC
  • mfrom: (1.2.1 upstream) (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100718172149-j6s9u4chocaoykme
Tags: 1.2.12-1
* New upstream release.
* debian/libclutter-1.0-0.symbols,
  debian/rules:
  - Add a symbols file.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Standards-Version is 3.9.0, no changes needed.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
          --add-comments --keyword=_ --keyword=N_ \
98
98
          --keyword=C_:1c,2 \
99
99
          --keyword=NC_:1c,2 \
 
100
          --keyword=g_dcgettext:2 \
100
101
          --keyword=g_dngettext:2,3 \
 
102
          --keyword=g_dpgettext2:2c,3 \
101
103
          --flag=N_:1:pass-c-format \
102
104
          --flag=C_:2:pass-c-format \
103
105
          --flag=NC_:2:pass-c-format \
216
218
        rm -f $(GMOFILES)
217
219
 
218
220
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
219
 
dist distdir: update-po $(DISTFILES)
 
221
dist distdir: $(DISTFILES)
220
222
        dists="$(DISTFILES)"; \
221
223
        for file in $$dists; do \
222
224
          ln $(srcdir)/$$file $(distdir) 2> /dev/null \