summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-05-14 17:55:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-08 17:09:29 +0100
commit2b2adf21b2a979ad3ec534c4e1d37bb0ae8a8a00 (patch)
tree75b555e20c076951d2940f3a7458b72cdd947e27 /Makefile
parentfef8417f4e6ae873b0ccb43ab7707d3b982eef1f (diff)
Don't build devhelp index for Þe Olde Spec
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ff090dfd..a3fcb8b9 100644
--- a/Makefile
+++ b/Makefile
@@ -42,16 +42,11 @@ GENERATED_FILES = \
$(patsubst %.txt,%.html,$(RST)) \
doc/spec.html \
doc/spec/index.html \
- doc/telepathy-spec.devhelp2 \
$(INTROSPECT) \
$(CANONICAL_NAMES)
doc/spec.html: doc/templates/oldspec.html
cp $< $@
-doc/telepathy-spec.devhelp2: $(XMLS) tools/devhelp.xsl
- @install -d tmp/doc
- $(XSLTPROC) tools/devhelp.xsl spec/all.xml > tmp/$@
- mv tmp/$@ $@
doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLATES)
@install -d doc