From a22425e8c781c1b5e8a3707ea67736673d6bc797 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 15 Feb 2015 10:15:59 +0100 Subject: Updated makefile, removed docs (users can compile it themselves if they want) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 507701e..aaf383d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: +docs: @echo "This only makes the documentation of the classes. For installation, see the readme." @read -p "Press Enter to continue or Ctrl-C to abort." x - phpdoc -d classes/ --ignore fpdf.php --ignore Parsedown.class.php --ignore font/* -t docs \ No newline at end of file + phpdoc -d classes/ --ignore fpdf.php --ignore Parsedown.class.php --ignore font/* -t docs -- cgit v1.2.3