summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50e0019c..f575003b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ GENERATED_FILES = \
doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLATES)
@install -d doc
+ rm -rf doc/spec
$(PYTHON) tools/doc-generator.py spec/all.xml doc/spec/ telepathy-spec \
org.freedesktop.Telepathy
@@ -51,6 +52,7 @@ clean:
rm -f $(GENERATED_FILES)
rm -rf test/output
rm -rf tmp
+ rm -rf doc/spec
maintainer-upload-snapshot: doc/spec/index.html
@install -d tmp