From aafc02f349e64b221d0ffffd4f899d652fa1c6fa Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 8 Feb 2015 22:49:35 +0100 Subject: Updated makefile for clarification that this is only the makefile for the documentation --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a199621..507701e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ all: - phpdoc -d classes/ --ignore fpdf.php --ignore Parsedown.class.php --ignore font/* -t 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 -- cgit v1.2.3