summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-25 13:51:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-25 13:51:11 +0000
commit70f5447fa201393ff776d2a40e2acfdc0a46f600 (patch)
treed594bf8a4f0b63aae31c07309b0a1fc114bd9054 /Makefile
parentd0577df5b9333fa017c3a03fed0e64b06811b3f9 (diff)
re-create doc/spec when required
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f575003b..162ac530 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ GENERATED_FILES = \
$(NULL)
doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLATES)
- @install -d doc
rm -rf doc/spec
+ install -d doc/spec
$(PYTHON) tools/doc-generator.py spec/all.xml doc/spec/ telepathy-spec \
org.freedesktop.Telepathy