diff options
| author | rbuj <[email protected]> | 2021-01-27 10:41:33 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-02-07 14:10:56 +0100 |
| commit | 32ef0c02ef62a82c57b6373c6ec87e03ae762e13 (patch) | |
| tree | f08846b3d9c0d2eb03420d3bb468346570b7cf27 | |
| parent | 7578472e39bbf4f23985a30858e1b7d324b39c9a (diff) | |
| download | mate-menus-32ef0c02ef62a82c57b6373c6ec87e03ae762e13.tar.bz2 mate-menus-32ef0c02ef62a82c57b6373c6ec87e03ae762e13.tar.xz | |
build: remove .directory files using clean target
| -rw-r--r-- | desktop-directories/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-directories/Makefile.am b/desktop-directories/Makefile.am index b09d2ee..9215094 100644 --- a/desktop-directories/Makefile.am +++ b/desktop-directories/Makefile.am @@ -38,6 +38,6 @@ endif EXTRA_DIST= $(directory_in_files) -DISTCLEANFILES = $(directory_DATA) +CLEANFILES = $(directory_DATA) -include $(top_srcdir)/git.mk |
