~ubuntu-branches/ubuntu/hardy/filezilla/hardy

« back to all changes in this revision

Viewing changes to locales/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2008-03-23 15:43:27 UTC
  • Revision ID: james.westby@ubuntu.com-20080323154327-wmfo2utgoschbowj
Tags: 3.0.7.1-0ubuntu3
* Applied patches from upstream:
   - "Don't follow symlinks if deleting local directories" (SVN rev. 2173)
     (Fixes bug causing potential data loss)
   - Install .mo files in the right directory, ie. LC_MESSAGES/ (SVN rev.
     2225 and 2227)
   - locales/fr.po: fixed one string
* Applied changes from Debian:
   - New debian/filezilla.menu
   - Create filezilla.xpm from filezilla.png using imagemagick/convert
   - Some config.{sub,guess} fixes to debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
 
391
391
install-filezilla-catalogs: allmo
392
392
        for i in @FILEZILLA_LINGUAS@ ; do \
393
 
          $(mkinstalldirs) $(DESTDIR)$(localedir)/$$i ; \
394
 
          $(INSTALL_DATA) $$i.mo $(DESTDIR)$(localedir)/$$i/filezilla.mo ; \
 
393
          $(mkinstalldirs) $(DESTDIR)$(localedir)/$$i/LC_MESSAGES ; \
 
394
          $(INSTALL_DATA) $$i.mo $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/filezilla.mo ; \
395
395
        done
396
396
 
397
397
uninstall-local: