From 31288506d2f5639e9e7348ef34a6bc917c9a294b Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Sun, 2 Oct 2011 00:48:24 +0200 Subject: Fixed install script for repeated installs. Because otherwise the examples directory also gets 644. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3