~ubuntu-branches/debian/sid/feh/sid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-10-11 14:44:42 UTC
  • mfrom: (1.3.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20111011144442-ekq8fa2huypnswm3
Tags: 2.0-1
New upstream version
Closes: #475481

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        @echo installing docs to ${doc_dir}
30
30
        @mkdir -p ${doc_dir}
31
31
        @cp AUTHORS ChangeLog README TODO ${doc_dir}
32
 
        @chmod 644 ${doc_dir}/*
 
32
        @chmod 644 ${doc_dir}/AUTHORS ${doc_dir}/ChangeLog ${doc_dir}/README \
 
33
                ${doc_dir}/TODO
33
34
 
34
35
install-bin:
35
36
        @echo installing executables to ${bin_dir}