mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 10:18:01 +02:00
Implement uninstallation and cleanup for Doxygen docs, fixing distcheck
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
This commit is contained in:
parent
4012b00955
commit
23d4a2ec5d
1 changed files with 8 additions and 0 deletions
|
|
@ -90,6 +90,13 @@ endif
|
||||||
install-data-local:: doxygen.stamp
|
install-data-local:: doxygen.stamp
|
||||||
$(MKDIR_P) $(DESTDIR)$(apidir)
|
$(MKDIR_P) $(DESTDIR)$(apidir)
|
||||||
$(INSTALL_DATA) api/html/* $(DESTDIR)$(apidir)
|
$(INSTALL_DATA) api/html/* $(DESTDIR)$(apidir)
|
||||||
|
|
||||||
|
uninstall-local::
|
||||||
|
rm -f $(DESTDIR)$(apidir)/*.html
|
||||||
|
rm -f $(DESTDIR)$(apidir)/*.png
|
||||||
|
rm -f $(DESTDIR)$(apidir)/*.css
|
||||||
|
rmdir --ignore-fail-on-non-empty $(DESTDIR)$(apidir) || \
|
||||||
|
rmdir $(DESTDIR)$(apidir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if DBUS_HAVE_MAN2HTML
|
if DBUS_HAVE_MAN2HTML
|
||||||
|
|
@ -143,6 +150,7 @@ clean-local:
|
||||||
rm -rf api
|
rm -rf api
|
||||||
rm -rf dbus-docs
|
rm -rf dbus-docs
|
||||||
rm -f *.1.html
|
rm -f *.1.html
|
||||||
|
rm -f doxygen.stamp
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f $(HTML_FILES)
|
rm -f $(HTML_FILES)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue