mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-04 20:00:36 +01:00
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 9391d769ae)
This commit is contained in:
parent
89526d300c
commit
08e48ca660
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue