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
commit2f9719b1c45dd6ee735e0ef2a162fb91fb5e9de7 (patch)
tree42a1fe12e040cf538b09721f73a316f61f678141 /makefile
parentad44d93b2a2ac783a03490c86464b231a3f01217 (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 14fe2c0..ff3735b 100644
--- a/makefile
+++ b/makefile
@@ -15,7 +15,7 @@ cleandoc := $(out_base)/.cleandoc
$(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 :=
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)