summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-02 16:35:38 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-09 16:47:58 +0000
commit63fc607055d02e080506f10944ee9f7b418ba23f (patch)
tree7afe5f5939369baf09d9d82a8ad64358bb214dae /Makefile
parent19ac7145685e85908785e19a113090c74bd1a0c7 (diff)
Don't generate transitional spec.html any more
We don't use rsync --delete, so all locations that have had it in the past will continue to do so.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index cb8bb20d..dae9bba7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,14 +9,10 @@ XMLS = $(wildcard spec/*.xml)
TEMPLATES = $(wildcard doc/templates/*)
GENERATED_FILES = \
- doc/spec.html \
doc/spec/index.html \
FIXME.out \
$(NULL)
-doc/spec.html: doc/templates/oldspec.html
- cp $< $@
-
doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLATES)
@install -d doc
$(PYTHON) tools/doc-generator.py spec/all.xml doc/spec/ telepathy-spec \
@@ -97,7 +93,7 @@ UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-spec
# Usage: make upload-branch BRANCH=discussion
upload-branch: all
- rsync -rzvP doc/spec.html doc/spec \
+ rsync -rzvP doc/spec \
$(UPLOAD_BRANCH_TO)-$(BRANCH)/
@echo Your spec branch might be at:
@echo ' ' http://people.freedesktop.org/~$$USER/telepathy-spec-$(BRANCH)/spec/