aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-12 12:17:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-12 12:17:34 +0200
commit70f196b1fa4afcfede449896f675b8a85a694a74 (patch)
tree4eba55c94a5d01108406aa3a85a0920d3bf2f537 /makefile
parent706c4d46df435f32e1b08326afb33ff168b39866 (diff)
Add the NEWS file
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e03a047..43338b4 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)
-$(dist): export docs := GPLv2 LICENSE README version
+$(dist): export docs := GPLv2 LICENSE README NEWS version
$(dist): data_dist := libodb-vc9.sln libodb-vc10.sln
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)