From 16cf33b5136047575721081bf9a8fa15006a7fbe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 17 Dec 2021 13:08:08 +0000 Subject: doc: Uninstall *.svg generated by Doxygen Signed-off-by: Simon McVittie (cherry picked from commit 8afc535770f2b82467311c6f6e486f5b88a93941) --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 44897a30..4b41efe4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -129,6 +129,7 @@ endif uninstall-local:: rm -f $(DESTDIR)$(apidir)/*.html + rm -f $(DESTDIR)$(apidir)/*.svg rm -f $(DESTDIR)$(apidir)/*.png rm -f $(DESTDIR)$(apidir)/*.css rm -f $(DESTDIR)$(apidir)/*.js -- cgit v1.2.1