aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-28 19:17:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-28 19:17:23 +0200
commit18e0b28b0fd6d1b81190d1887f08eb799cafb7b0 (patch)
treeb76ad18d3d3154a61dcb05ca9ba7bf83ffaf6cd9
parente6f716b59e51754ebe0e040201247b3a0fe281dd (diff)
INSTALL should be in extra_dist, not doc
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 7ffd5b1..5f0ee94 100644
--- a/makefile
+++ b/makefile
@@ -14,8 +14,8 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)
-$(dist): export docs := GPLv2 LICENSE README INSTALL NEWS version
-$(dist): data_dist := libodb-vc9.sln libodb-vc10.sln
+$(dist): export docs := GPLv2 LICENSE README NEWS version
+$(dist): data_dist := INSTALL libodb-vc9.sln libodb-vc10.sln
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)
$(dist): export version = $(shell cat $(src_root)/version)