aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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