aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-02-08 22:49:35 +0100
committerCamil Staps2015-02-08 22:49:35 +0100
commitaafc02f349e64b221d0ffffd4f899d652fa1c6fa (patch)
treea765e867d64898d7dfc0a29f7b2263ea8ef6d760
parentupdated docs (diff)
Updated makefile for clarification that this is only the makefile for the documentation
-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