diff options
-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 |