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
commit950140151ee624b188dbf8915558abcbeddfd35d (patch)
treed69701ef9f7cb71aef7f1f2fc22ff8b7bd74035b /makefile
parent1c6d5d4b6aea06554d6d3342262b8d551bf816fd (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 c226005..a0000cd 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): name := examples
$(dist): export dirs := $(dist_dirs)
-$(dist): data_dist := GPLv2 LICENSE README NEWS version tester.bat \
+$(dist): data_dist := GPLv2 LICENSE README NEWS INSTALL version tester.bat \
mysql-driver.bat mysql.options
$(dist): exec_dist := bootstrap tester
$(dist): export extra_dist := $(data_dist) $(exec_dist) test.bat \