From 08e48ca660ad83cf573679d636cb6a23fa5e5454 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Apr 2018 18:18:07 +0100 Subject: 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) --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3