From: Simon McVittie Date: Tue, 12 Apr 2011 12:17:30 +0000 (+0100) Subject: Uninstall the installed docs X-Git-Tag: dbus-1.4.14~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=693e2fc463401999d19bab1e977912d192938daa;p=thirdparty%2Fdbus.git Uninstall the installed docs Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156 Reviewed-by: Will Thompson --- diff --git a/doc/Makefile.am b/doc/Makefile.am index d0e49595d..e4ab5fb80 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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