diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-17 15:54:42 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-17 15:54:42 +0100 |
commit | 19cf83ea1217dc1b8ac41e99f8dfdc703f79f747 (patch) | |
tree | 6cf1a25878cec9c0bc4f3ae32e21c563fe9383b0 | |
parent | 7f9cbec1927267b5cefccee18a73f30379a83b92 (diff) |
copy NEWS into doc/spec/ for reference
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |