Uninstall the installed docs
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 Apr 2011 12:17:30 +0000 (13:17 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Jul 2011 18:24:52 +0000 (19:24 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
doc/Makefile.am

index d0e4959..e4ab5fb 100644 (file)
@@ -97,6 +97,10 @@ uninstall-local::
        rm -f $(DESTDIR)$(apidir)/*.html
        rm -f $(DESTDIR)$(apidir)/*.png
        rm -f $(DESTDIR)$(apidir)/*.css
+       rm -f $(DESTDIR)$(htmldir)/*.html
+       rm -f $(DESTDIR)$(docdir)/*.txt
+       rm -f $(DESTDIR)$(docdir)/*.png
+       rm -f $(DESTDIR)$(docdir)/*.svg
        rmdir --ignore-fail-on-non-empty $(DESTDIR)$(apidir) || \
                rmdir $(DESTDIR)$(apidir)
 endif