aboutsummaryrefslogtreecommitdiff
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
parentad44d93b2a2ac783a03490c86464b231a3f01217 (diff)
Add the NEWS file
-rw-r--r--NEWS3
-rw-r--r--makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..d59d7cb
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+Version 1.0.0
+
+ * Initial release.
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)