~ubuntu-branches/ubuntu/wily/kid3/wily-proposed

« back to all changes in this revision

Viewing changes to po/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-05-26 17:57:40 UTC
  • mfrom: (1.1.11 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100526175740-c86815ej5196z3of
Tags: 1.4-1ubuntu1
* Merge with Debian, remaining changes:
  + debian/control:
    - Build-depend on libmp4v2-dev.
  + debian/rules:
    - Build WITH_MP4V2.
* Add kubuntu_01_fix_docs.diff to fix compile with KDE 4.5 and
  apply in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
xdg_menudir = @xdg_menudir@
316
316
#>- POFILES = AUTO
317
317
#>+ 2
318
 
POFILES = et.po es.po pl.po fr.po fi.po de.po nl.po it.po ru.po tr.po
319
 
GMOFILES = et.gmo es.gmo pl.gmo fr.gmo fi.gmo de.gmo nl.gmo it.gmo ru.gmo tr.gmo
 
318
POFILES = et.po es.po pl.po fr.po fi.po cs.po de.po nl.po it.po ru.po tr.po
 
319
GMOFILES = et.gmo es.gmo pl.gmo fr.gmo fi.gmo cs.gmo de.gmo nl.gmo it.gmo ru.gmo tr.gmo
320
320
#>- all: all-am
321
321
#>+ 1
322
322
all: all-nls docs-am  all-am
515
515
.NOEXPORT:
516
516
 
517
517
#>+ 2
518
 
KDE_DIST=de.po po.pro Makefile.in pl.po extract-merge.sh et.po fr.po tr.po es.po it.po nl.po kid3.pot ru.po fi.po CMakeLists.txt Makefile.am 
 
518
KDE_DIST=de.po cs.po po.pro Makefile.in pl.po extract-merge.sh et.po fr.po tr.po es.po it.po nl.po kid3.pot ru.po fi.po CMakeLists.txt Makefile.am 
519
519
 
520
 
#>+ 31
 
520
#>+ 34
521
521
et.gmo: et.po
522
522
        rm -f et.gmo; $(GMSGFMT) -o et.gmo $(srcdir)/et.po
523
523
        test ! -f et.gmo || touch et.gmo
533
533
fi.gmo: fi.po
534
534
        rm -f fi.gmo; $(GMSGFMT) -o fi.gmo $(srcdir)/fi.po
535
535
        test ! -f fi.gmo || touch fi.gmo
 
536
cs.gmo: cs.po
 
537
        rm -f cs.gmo; $(GMSGFMT) -o cs.gmo $(srcdir)/cs.po
 
538
        test ! -f cs.gmo || touch cs.gmo
536
539
de.gmo: de.po
537
540
        rm -f de.gmo; $(GMSGFMT) -o de.gmo $(srcdir)/de.po
538
541
        test ! -f de.gmo || touch de.gmo
551
554
 
552
555
#>+ 3
553
556
clean-nls:
554
 
        -rm -f  et.gmo es.gmo pl.gmo fr.gmo fi.gmo de.gmo nl.gmo it.gmo ru.gmo tr.gmo
 
557
        -rm -f  et.gmo es.gmo pl.gmo fr.gmo fi.gmo cs.gmo de.gmo nl.gmo it.gmo ru.gmo tr.gmo
555
558
 
556
559
#>+ 10
557
560
install-nls:
558
 
        @for base in et es pl fr fi de nl it ru tr ; do \
 
561
        @for base in et es pl fr fi cs de nl it ru tr ; do \
559
562
          echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
560
563
          $(mkinstalldirs) $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES ; \
561
564
          if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
564
567
        done
565
568
 
566
569
 
567
 
#>+ 12
 
570
#>+ 13
568
571
uninstall-nls:
569
572
        rm -f $(DESTDIR)$(kde_locale)/et/LC_MESSAGES/$(PACKAGE).mo
570
573
        rm -f $(DESTDIR)$(kde_locale)/es/LC_MESSAGES/$(PACKAGE).mo
571
574
        rm -f $(DESTDIR)$(kde_locale)/pl/LC_MESSAGES/$(PACKAGE).mo
572
575
        rm -f $(DESTDIR)$(kde_locale)/fr/LC_MESSAGES/$(PACKAGE).mo
573
576
        rm -f $(DESTDIR)$(kde_locale)/fi/LC_MESSAGES/$(PACKAGE).mo
 
577
        rm -f $(DESTDIR)$(kde_locale)/cs/LC_MESSAGES/$(PACKAGE).mo
574
578
        rm -f $(DESTDIR)$(kde_locale)/de/LC_MESSAGES/$(PACKAGE).mo
575
579
        rm -f $(DESTDIR)$(kde_locale)/nl/LC_MESSAGES/$(PACKAGE).mo
576
580
        rm -f $(DESTDIR)$(kde_locale)/it/LC_MESSAGES/$(PACKAGE).mo