~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/interface/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2010-12-12 16:11:49 UTC
  • mfrom: (1.1.27 upstream) (3.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101212161149-0tsniecmy8o1f6yc
Tags: 3.3.5.1-1ubuntu1
* Merge from Debian unstable. Remaining changes:
   - 02_use-decimal-si-by-default.patch: by default, display file sizes using
     decimal base and SI units instead of just bytes; complies with Ubuntu
     UnitsPolicy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
        mkdir -p $(top_builddir)/FileZilla.app/Contents/Resources
274
274
        $(MAKE) -C resources mac-copy-resources
275
275
        cp -f filezilla $(top_builddir)/FileZilla.app/Contents/MacOS/filezilla
 
276
        cp -f $(top_srcdir)/COPYING $(top_builddir)/FileZilla.app/COPYING
 
277
        mkdir -p $(top_builddir)/FileZilla.app/docs
 
278
        cp -f $(top_srcdir)/docs/fzdefaults.xml.example $(top_builddir)/FileZilla.app/docs/fzdefaults.xml.example
 
279
        cp -f $(top_srcdir)/docs/*.man $(top_builddir)/FileZilla.app/docs
276
280
 
277
281
CLEANFILES = filezilla.h.gch
278
282