diff options
author | Camil Staps | 2015-02-08 22:49:35 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-08 22:49:35 +0100 |
commit | aafc02f349e64b221d0ffffd4f899d652fa1c6fa (patch) | |
tree | a765e867d64898d7dfc0a29f7b2263ea8ef6d760 | |
parent | updated docs (diff) |
Updated makefile for clarification that this is only the makefile for the documentation
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |