diff options
author | Simon McVittie <smcv@collabora.com> | 2018-04-27 18:18:07 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-04-27 18:18:11 +0100 |
commit | 9391d769ae335872e5b770f6741855fde45b8186 (patch) | |
tree | 09716492c94fbb0213ab18e3b58f538eaa8ea302 /doc | |
parent | 2390a325a0f094a87065e6dcfdf99c188a5b360f (diff) | |
download | dbus-9391d769ae335872e5b770f6741855fde45b8186.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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
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 |