diff options
author | Alex-P. Natsios <drakevr@2f30.org> | 2013-12-15 21:44:01 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2013-12-15 21:44:10 +0100 |
commit | af5531f8dda1084175fdfaee2031e4662e601c7d (patch) | |
tree | b0b524418f50773c05609d6a569c3c9628ad2b6e /man/Makefile.am | |
parent | 73310b6c8839de589ba4677a94bc700d9a4ef6cb (diff) |
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
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 923851a..1d4c153 100644 --- a/man/Makefile.am +++ b/man/Makefile.am | |||
@@ -1,2 +1,4 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | |||
1 | man1_MANS = terminology.1 | 3 | man1_MANS = terminology.1 |
2 | EXTRA_DIST = terminology.1 | 4 | EXTRA_DIST = terminology.1 |