Use maintainer-clean-local rule, not maintainer-clean.

This commit is contained in:
Adam Spiers 2011-12-07 00:38:16 +00:00
parent 15f44a3275
commit 5eef9830c1

View file

@ -87,7 +87,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
# clean up auto-generated files
clean-local:
-rm -rf $(TESTS_OUT)
maintainer-clean:
maintainer-clean-local:
-rm -rf doc/manual-split
# this is more explicit and reliable than the config file trick