From: Simon McVittie Date: Fri, 27 Apr 2018 17:18:07 +0000 (+0100) Subject: build: Uninstall JavaScript and CSS from htmldir X-Git-Tag: dbus-1.10.28~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea360f3b13411725ca3e8785ee5322290a5d4db;p=thirdparty%2Fdbus.git build: Uninstall JavaScript and CSS from htmldir Otherwise, distcheck fails when mallard-ducktype is available. Signed-off-by: Simon McVittie (cherry picked from commit 9391d769ae335872e5b770f6741855fde45b8186) (cherry picked from commit 08e48ca660ad83cf573679d636cb6a23fa5e5454) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6e01e1ab1..1a5dd89f1 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