diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-05 10:44:02 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-05 10:44:57 +0100 |
commit | 1cbd28de9f52e36f9357f86e96dd6e0cffc7fb53 (patch) | |
tree | eb7c78147299d223bd78ab5aa2e53cfd16bae991 /docs | |
parent | a24e606adfd840ffc3a164cfde5f36b0c11aabcc (diff) |
Remove the built documentation on distclean
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 4 |
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 + |