Clean up man pages on 'clean'

Follow the automake heuristic that says "if 'make' created it,
'make clean' should remove it".

https://bugzilla.gnome.org/show_bug.cgi?id=681336
This commit is contained in:
Matthias Clasen 2012-08-08 09:57:48 -04:00
parent ce531302cd
commit 4cd5a63f12
3 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ dist-local-check-mans-enabled:
endif
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
CLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS)

View File

@ -127,7 +127,7 @@ dist-local-check-mans-enabled:
endif
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
CLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS)

View File

@ -102,7 +102,7 @@ dist-local-check-mans-enabled:
endif
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
CLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS)