diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 17:20:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-23 17:20:00 +0200 |
commit | 6aa83e7fae4be22e8b81aee60262258c6c2d6f0a (patch) | |
tree | 84e0c9c31ead2f09fe518f5f3c4a7495e91200e0 /makefile | |
parent | 4e540775abb7afa27f299b29943d9182fae445e7 (diff) |
Add INSTALL file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |