summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-04-27 18:18:07 +0100
committerSimon McVittie <smcv@collabora.com>2018-04-27 18:18:24 +0100
commit08e48ca660ad83cf573679d636cb6a23fa5e5454 (patch)
tree23b47afcbe5bf0cd01f1268d1db8b0e5dbb769d6
parent89526d300c7ce724a807b8f4510fc96cf0f53cd6 (diff)
downloaddbus-08e48ca660ad83cf573679d636cb6a23fa5e5454.tar.gz
build: Uninstall JavaScript and CSS from htmldir
Otherwise, distcheck fails when mallard-ducktype is available. Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit 9391d769ae335872e5b770f6741855fde45b8186)
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b10409c5..ca147790 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -132,6 +132,8 @@ uninstall-local::
rm -f $(DESTDIR)$(apidir)/*.png
rm -f $(DESTDIR)$(apidir)/*.css
rm -f $(DESTDIR)$(apidir)/*.js
+ rm -f $(DESTDIR)$(htmldir)/*.css
+ rm -f $(DESTDIR)$(htmldir)/*.js
rm -f $(DESTDIR)$(htmldir)/*.html
rm -f $(DESTDIR)$(docdir)/*.txt
rm -f $(DESTDIR)$(htmldir)/*.png