Makefile: learn to build websitedoc

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-03-25 20:10:29 +01:00
parent aec5430457
commit f152509446
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ clean:
docs:
@$(MAKE) -C docs
websitedoc:
@$(MAKE) -C websitedoc
targz: ../$(TARGZ)
../$(TARGZ):
if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \