diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-04-12 13:17:30 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-18 19:24:52 +0100 |
commit | 693e2fc463401999d19bab1e977912d192938daa (patch) | |
tree | f22182612c6e4a2f16347f6993209bb369af4836 /doc | |
parent | 39b6b898c5466d9a918fbf4f6df79947182bad6b (diff) | |
download | dbus-693e2fc463401999d19bab1e977912d192938daa.tar.gz |
Uninstall the installed docs
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d0e49595..e4ab5fb8 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 |