Really execute the recipe of the 'docs' target in top-most Makefile

Make the 'docs' target be a PHONY one so that its recipe gets executed
even though there is a directory named 'docs' too.

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Dodji Seketeli 2016-03-21 12:59:38 +01:00 committed by Nicolas Sebrecht
parent 8c7a7355a3
commit ccb3bc3819
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ clean:
-find . -name auth -exec rm -vf {}/password {}/username \;
@$(MAKE) -C clean
.PHONY: docs
docs:
@$(MAKE) -C docs