From 0b7b2ea715d8ec1af23d9fea3b53b593fed610ab Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 23 May 2019 20:46:21 +0200 Subject: [PATCH] =?utf8?q?Remove=20.xml=20files=20in=20the=20doc=20directo?= =?utf8?q?ry=20on=20=E2=80=9Cmake=20distclean=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dev.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.mk.in b/dev.mk.in index 80a2cd3cc..fc5037c8b 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 -- 2.47.2