summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-05-23 20:46:21 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-05-23 20:46:21 +0200
commit64b650951d1f9a9b2a058c4b7f3cbdafe410cc45 (patch)
treecd68d5569c0d60601e57add76221d498f077aec5
parent974c4eb5ef104207d01e71acdecfa176fd922cc5 (diff)
downloadccache-64b650951d1f9a9b2a058c4b7f3cbdafe410cc45.tar.gz
Remove .xml files in the doc directory on “make distclean”
-rw-r--r--dev.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.mk.in b/dev.mk.in
index 80a2cd3c..fc5037c8 100644
--- a/dev.mk.in
+++ b/dev.mk.in
@@ -62,7 +62,7 @@ headers = \
generated_headers = \
unittest/suites.h
-files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml .deps/* perfdir.*
+files_to_clean += *.tar.bz2 *.tar.gz *.tar.xz *.xml doc/*.xml .deps/* perfdir.*
files_to_clean += compile_commands.json
files_to_clean += src/confitems_lookup.c
files_to_clean += src/envtoconfitems_lookup.c