Makefile: learn to build websitedoc
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
3
Makefile
3
Makefile
@@ -42,6 +42,9 @@ clean:
|
|||||||
docs:
|
docs:
|
||||||
@$(MAKE) -C docs
|
@$(MAKE) -C docs
|
||||||
|
|
||||||
|
websitedoc:
|
||||||
|
@$(MAKE) -C websitedoc
|
||||||
|
|
||||||
targz: ../$(TARGZ)
|
targz: ../$(TARGZ)
|
||||||
../$(TARGZ):
|
../$(TARGZ):
|
||||||
if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \
|
if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \
|
||||||
|
Reference in New Issue
Block a user