mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-22 17:18:09 +02:00
build: Uninstall JavaScript and CSS from htmldir
Otherwise, distcheck fails when mallard-ducktype is available. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
2390a325a0
commit
9391d769ae
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