From af5531f8dda1084175fdfaee2031e4662e601c7d Mon Sep 17 00:00:00 2001 From: "Alex-P. Natsios" Date: Sun, 15 Dec 2013 21:44:01 +0100 Subject: [PATCH] autotools: add clean target for man/Makefile.in Summary: man/Makefile.in is an autotools generated file that we do not need nor want into the repo. Without this rule it is not removed properly when you issue the command: "make maintainer-clean" Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D383 --- man/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/Makefile.am b/man/Makefile.am index 923851aa..1d4c153b 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,2 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in + man1_MANS = terminology.1 EXTRA_DIST = terminology.1