[Libreoffice-commits] core.git: Makefile.in

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 16 13:01:57 UTC 2020


 Makefile.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5e9196b4ee73d0bca27dfd24cb276cbebad0d30c
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Dec 16 11:30:33 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Dec 16 14:01:15 2020 +0100

    Add generated vs-code-template.code-workspace to distclean
    
    Change-Id: I4e8cc80db2f2c4f90e732f163e33c3324ca25a7b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107825
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/Makefile.in b/Makefile.in
index 7867b26c3f77..f56845c16a82 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -219,7 +219,8 @@ distclean : clean compilerplugins-clean
         $(BUILDDIR)/configure \
         $(BUILDDIR)/hardened_runtime.xcent \
         $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
-        $(BUILDDIR)/sysui/desktop/macosx/Info.plist
+        $(BUILDDIR)/sysui/desktop/macosx/Info.plist \
+        $(BUILDDIR)/vs-code-template.code-workspace
 	$(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;
 
 #


More information about the Libreoffice-commits mailing list