diff --git a/Makefile b/Makefile index 6f366da..8778c7b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ clean: -find . -name '.cache*' -exec rm -f {} \; -rm -f manpage.links manpage.refs 2>/dev/null -find . -name auth -exec rm -vf {}/password {}/username \; - @$(MAKE) -C clean + -$(MAKE) -C docs clean .PHONY: docs docs: diff --git a/docs/Makefile b/docs/Makefile index 002658e..60148da 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -48,6 +48,6 @@ clean: $(RM) -f offlineimap.7 $(RM) -f manhtml/* $(RM) -rf html/* - -find ./docs -name '*.html' -exec rm -f {} \; + -find . -name '*.html' -exec rm -f {} \; .PHONY: clean doc