From: Lyndon Nerenberg Date: Wed, 7 May 2014 18:44:05 +0000 (-0700) Subject: Scrub *.plist (Clang Static Analyzer) files when cleaning. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9397bca4ba825e6c9124c0c9a5d9cdc35c2a96a6?hp=4b99700ccdc541dcc160fd83c2123721eb98322d Scrub *.plist (Clang Static Analyzer) files when cleaning. --- diff --git a/Makefile.am b/Makefile.am index 48f2cf27..b5136cd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,7 +109,8 @@ DISTCHECK_CONFIGURE_FLAGS = DISABLE_SETGID_MAIL=1 ## CLEANFILES = config/version.c sbr/sigmsg.h sbr/dtimep.c etc/mts.conf \ etc/gen-ctype-checked sbr/ctype-checked.h sbr/ctype-checked.c \ - etc/mhn.defaults man/man.sed man/mh-chart.man $(man_MANS) + etc/mhn.defaults man/man.sed man/mh-chart.man $(man_MANS) \ + *.plist clean-local: @rm -rf RPM a.out.dSYM uip/a.out.dSYM @rm -rf test/testdir @@ -117,7 +118,7 @@ clean-local: ## ## Stuff that should be cleaned via "make maintainer-clean" ## -MAINTAINERCLEANFILES = cscope.files cscope.out cscope.in.out cscope.po.out +MAINTAINERCLEANFILES = cscope.files cscope.out cscope.in.out cscope.po.out *.plist ## ## And our own superclean, to get everything left by maintainer-clean.