From 5eef9830c1a69641dc8f8737cf62025c82edd8f8 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 7 Dec 2011 00:38:16 +0000 Subject: [PATCH] Use maintainer-clean-local rule, not maintainer-clean. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index af6af81..e0589b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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