summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaƫl Bonithon <gael@xfce.org>2021-01-24 01:03:13 +0100
committerAndre Miranda <andreldm@xfce.org>2021-11-10 21:26:56 +0000
commit460e6d3fe32f1a1cf7d563dff22695983987242f (patch)
treeccc78e8078113f781dfcc0e875755f974cfb40de /Makefile.am
parentbf8ea8e2a3482d46ad7864f390fd654379c4749e (diff)
downloadtumbler-460e6d3fe32f1a1cf7d563dff22695983987242f.tar.gz
Do not remove `tumbler-sections.txt` when running `make clean`
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 24b1b9c..ea0fb27 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ EXTRA_DIST = \
distclean-local:
rm -rf *.spec *.cache *~
-distuninstallcheck_listfiles = \
+distuninstallcheck_listfiles = \
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
.PHONY: ChangeLog