aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-23 17:20:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-23 17:20:00 +0200
commit8a3cee6930e816820ca4aea06667bcceb8cf4994 (patch)
tree825dd781cb4553359b1e0ee6726063e3f052c2cf /makefile
parenta8a4f6a5c6f3b7ef5c7b8102ad8604e8fb764cf4 (diff)
Add INSTALL file
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3f6bee0..f786498 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)
-$(dist): export docs := GPLv3 LICENSE README NEWS version
+$(dist): export docs := GPLv3 LICENSE README INSTALL NEWS version
$(dist): data_dist :=
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)