diff options
| author | rbuj <[email protected]> | 2020-02-17 09:48:24 -0500 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-02-25 13:22:45 +0100 |
| commit | fd14a5045eb9cca93763f2ed5253f0add1051392 (patch) | |
| tree | f6e377180357961381c9a2ebaf67079cef13154e | |
| parent | 1399ed755e5c88ead2d25aa845639b9aa153dc48 (diff) | |
| download | mate-desktop-fd14a5045eb9cca93763f2ed5253f0add1051392.tar.bz2 mate-desktop-fd14a5045eb9cca93763f2ed5253f0add1051392.tar.xz | |
build: remove mate-version.xml on distclean target instead of clean
| -rw-r--r-- | mate-about/Makefile.am | 4 |
1 files 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 |
