diff options
author | Daniel Friesel <ghub@derf.homelinux.org> | 2011-10-02 11:34:54 -0700 |
---|---|---|
committer | Daniel Friesel <ghub@derf.homelinux.org> | 2011-10-02 11:34:54 -0700 |
commit | b467f5f01ce15f24f786cc10dc3fc543d44871dd (patch) | |
tree | bf1c198e248205d31af6b47a9b696644741ef081 /Makefile | |
parent | f55de5185347da52e7cd282491afdc7114418e50 (diff) | |
parent | 31288506d2f5639e9e7348ef34a6bc917c9a294b (diff) |
Merge pull request #66 from Ferada/master
Perform actions on thumbnails.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ install-doc: @echo installing docs to ${doc_dir} @mkdir -p ${doc_dir} @cp AUTHORS ChangeLog README TODO ${doc_dir} - @chmod 644 ${doc_dir}/* + @chmod 644 ${doc_dir}/AUTHORS ${doc_dir}/ChangeLog ${doc_dir}/README \ + ${doc_dir}/TODO install-bin: @echo installing executables to ${bin_dir} |