summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-02 16:34:04 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-09 16:47:56 +0000
commit19ac7145685e85908785e19a113090c74bd1a0c7 (patch)
tree65f5cafe4ade71cd193b28453defa60a167b34fe /Makefile
parent81538d30d78560719cc90a88a5d85fc0f0cedcc9 (diff)
Remove dispatch.txt, request.txt, open-issues.txt
I've filed bugs for all the remaining useful information.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 541df08d..cb8bb20d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,22 +3,12 @@ all:
GIT = git
GZIP = gzip
TAR = tar
-RST2HTML = rst2html
PYTHON = python
XMLS = $(wildcard spec/*.xml)
TEMPLATES = $(wildcard doc/templates/*)
-RST = \
- doc/open-issues.txt \
- doc/request.txt \
- doc/dispatch.txt
-
-$(patsubst %.txt,%.html,$(RST)): %.html: %.txt Makefile
- $(RST2HTML) < $< > $@
-
GENERATED_FILES = \
- $(patsubst %.txt,%.html,$(RST)) \
doc/spec.html \
doc/spec/index.html \
FIXME.out \
@@ -107,7 +97,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 $(patsubst %.txt,%.html,$(RST)) doc/spec \
+ rsync -rzvP doc/spec.html doc/spec \
$(UPLOAD_BRANCH_TO)-$(BRANCH)/
@echo Your spec branch might be at:
@echo ' ' http://people.freedesktop.org/~$$USER/telepathy-spec-$(BRANCH)/spec/