diff --git a/Makefile b/Makefile index 3aca20a..da5c660 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,9 @@ clean: docs: @$(MAKE) -C docs +websitedoc: + @$(MAKE) -C websitedoc + targz: ../$(TARGZ) ../$(TARGZ): if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \