summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-05 10:44:02 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-05 10:44:57 +0100
commit1cbd28de9f52e36f9357f86e96dd6e0cffc7fb53 (patch)
treeeb7c78147299d223bd78ab5aa2e53cfd16bae991 /docs
parenta24e606adfd840ffc3a164cfde5f36b0c11aabcc (diff)
Remove the built documentation on distclean
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c121226..58c0bb6 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -35,3 +35,7 @@ folks-0.1/index.html: $(doc_files)
--pkg=telepathy-glib --pkg=tp-lowlevel \
$(VALAFLAGS) $(doc_files)
+distclean-local: distclean-docs
+distclean-docs:
+ cd $(srcdir) && rm -rf folks-0.1
+