~ubuntu-branches/debian/squeeze/djvulibre/squeeze

« back to all changes in this revision

Viewing changes to i18n/de/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-12-10 21:32:00 UTC
  • mfrom: (11.1.5 jaunty)
  • Revision ID: james.westby@ubuntu.com-20081210213200-olptglaz8nmzk1zp
Tags: 3.5.21-3
* Upstream browser plugin fix to gui/nsdejavu/nsdejavu.c (closes: #504340)
* Upstream fix for djvups -text=yes non-ASCII crash (closes: #469122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
depend:
86
86
 
87
87
clean: FORCE
88
 
        -test ${LRELEASE} = ":" || ${RM} *.qm
 
88
        -test ${LRELEASE} = ":" || ${RM} *-tmp.ts *-tmp.pro *.qm
89
89
 
90
90
distclean: clean
91
91
        -${RM} Makefile
98
98
 
99
99
.ts.qm:
100
100
        if test ${LRELEASE} = ":" ; then : ; else \
101
 
          echo TRANSLATIONS=tmp.ts > tmp.pro && \
102
 
          cp $< tmp.ts && ${LRELEASE} tmp.pro && cp tmp.qm $@ && \
103
 
          ${RM} tmp.qm tmp.ts tmp.pro ; fi
 
101
          echo TRANSLATIONS=$@-tmp.ts > $@-tmp.pro && \
 
102
          cp $< $@-tmp.ts && ${LRELEASE} $@-tmp.pro && cp $@-tmp.qm $@ && \
 
103
          ${RM} $@-tmp.qm $@-tmp.ts $@-tmp.pro ; fi