summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOlof-Joachim Frahm <Olof.Frahm@web.de>2011-10-02 00:48:24 +0200
committerOlof-Joachim Frahm <Olof.Frahm@web.de>2011-10-02 00:48:24 +0200
commit31288506d2f5639e9e7348ef34a6bc917c9a294b (patch)
treebf1c198e248205d31af6b47a9b696644741ef081 /Makefile
parent360f6e32b8e466d9a63b319269b3fc5734cdc58e (diff)
Fixed install script for repeated installs.
Because otherwise the examples directory also gets 644.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5d5ddd..16c15e2 100644
--- a/Makefile
+++ b/Makefile
@@ -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}