Use maintainer-clean-local rule, not maintainer-clean.
This commit is contained in:
parent
15f44a3275
commit
5eef9830c1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
|
||||||
# clean up auto-generated files
|
# clean up auto-generated files
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf $(TESTS_OUT)
|
-rm -rf $(TESTS_OUT)
|
||||||
maintainer-clean:
|
maintainer-clean-local:
|
||||||
-rm -rf doc/manual-split
|
-rm -rf doc/manual-split
|
||||||
|
|
||||||
# this is more explicit and reliable than the config file trick
|
# this is more explicit and reliable than the config file trick
|
||||||
|
|
Loading…
Reference in a new issue