From f85b9d77650b208e56e184f8a0b17d6ec125c0ce Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 15 Apr 2010 21:27:38 +1200 Subject: [PATCH] all should depend on the new location for always.php --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15cfadb5..9a62bdd4 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ package=davical version=$(shell cat VERSION) -all: inc/always.php built-docs built-po +all: htdocs/always.php built-docs built-po built-docs: docs/api/phpdoc.ini htdocs/*.php inc/*.php phpdoc -c docs/api/phpdoc.ini || echo "NOTICE: Failed to build optional API docs"