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
commit6aa83e7fae4be22e8b81aee60262258c6c2d6f0a (patch)
tree84e0c9c31ead2f09fe518f5f3c4a7495e91200e0 /makefile
parent4e540775abb7afa27f299b29943d9182fae445e7 (diff)
Add INSTALL file
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 9748e4e..9cabb96 100644
--- a/makefile
+++ b/makefile
@@ -19,8 +19,8 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
-$(dist): data_dist := GPLv2 LICENSE README version test.bat tester.bat \
-mysql-driver.bat mysql.options
+$(dist): data_dist := GPLv2 LICENSE README INSTALL version test.bat \
+tester.bat mysql-driver.bat mysql.options
$(dist): exec_dist := bootstrap tester.in
$(dist): export extra_dist := $(data_dist) $(exec_dist) build.bat
$(dist): export version = $(shell cat $(src_root)/version)