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
This commit is contained in:
Alex-P. Natsios 2013-12-15 21:44:01 +01:00 committed by Boris Faure
parent 73310b6c88
commit af5531f8dd
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
man1_MANS = terminology.1
EXTRA_DIST = terminology.1