From: Joel Rosdahl Date: Thu, 23 May 2019 18:46:21 +0000 (+0200) Subject: Remove .xml files in the doc directory on “make distclean” X-Git-Tag: v3.7.2~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b7b2ea715d8ec1af23d9fea3b53b593fed610ab;p=thirdparty%2Fccache.git Remove .xml files in the doc directory on “make distclean” --- 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