From fd14a5045eb9cca93763f2ed5253f0add1051392 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 17 Feb 2020 09:48:24 -0500 Subject: build: remove mate-version.xml on distclean target instead of clean --- mate-about/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index b4d0d1d..67a4293 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -24,9 +24,9 @@ EXTRA_DIST = \ mate-about.h.in \ mate-version.xml.in -CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) $(version_DATA) +CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS) -DISTCLEANFILES = mate-about.h +DISTCLEANFILES = mate-about.h $(version_DATA) #-include $(top_srcdir)/git.mk -- cgit v1.2.1