Remove the built documentation on distclean
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 5 Jul 2010 09:44:02 +0000 (10:44 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 5 Jul 2010 09:44:57 +0000 (10:44 +0100)
docs/Makefile.am

index c121226..58c0bb6 100644 (file)
@@ -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
+