summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 15:54:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 15:54:42 +0100
commit19cf83ea1217dc1b8ac41e99f8dfdc703f79f747 (patch)
tree6cf1a25878cec9c0bc4f3ae32e21c563fe9383b0
parent7f9cbec1927267b5cefccee18a73f30379a83b92 (diff)
copy NEWS into doc/spec/ for reference
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d78e7243..6d050726 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,12 @@ DISTNAME := telepathy-spec-$(VERSION)
GENERATED_FILES = \
doc/spec/index.html \
FIXME.out \
+ doc/spec/NEWS \
$(NULL)
+doc/spec/NEWS: NEWS
+ install -m644 $< $@
+
doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLATES)
rm -rf doc/spec
install -d doc/spec