aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-23 17:18:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-23 17:18:41 +0200
commite2483180c14fd4cc68b85ee479f00952bac9998b (patch)
treeba409e3aabc3bf288d7950344c491bb7d5fd8084 /makefile
parentc2e738be9c2f2ec7b9f4edd60a1281a2a6da4bc1 (diff)
New INSTALL file
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 86de3a7..3774ef5 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(dirs)))
$(dist): export dirs := $(dirs)
-$(dist): export docs := LICENSE NEWS README version
+$(dist): export docs := LICENSE NEWS README INSTALL version
$(dist): data_dist := libcutl-vc9.sln libcutl-vc10.sln
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)