summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-04-27 18:18:07 +0100
committerSimon McVittie <smcv@collabora.com>2019-06-09 14:20:37 +0100
commit7ea360f3b13411725ca3e8785ee5322290a5d4db (patch)
tree5a971ca8dbc1b4caa5a46d72f978bbf63b9f5f9f
parent9c5a924afbd2f05318491fc18621274579fdd337 (diff)
downloaddbus-7ea360f3b13411725ca3e8785ee5322290a5d4db.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) (cherry picked from commit 08e48ca660ad83cf573679d636cb6a23fa5e5454)
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6e01e1ab..1a5dd89f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -131,6 +131,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