diff options
author | Camil Staps | 2015-02-15 10:15:59 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-15 10:15:59 +0100 |
commit | a22425e8c781c1b5e8a3707ea67736673d6bc797 (patch) | |
tree | d24316a0fb0e96dc16311cfd4e479ae27f1cf498 /Makefile | |
parent | fixed bug in the top navigation bar (diff) |
Updated makefile, removed docs (users can compile it themselves if they want)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -all: +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 + phpdoc -d classes/ --ignore fpdf.php --ignore Parsedown.class.php --ignore font/* -t docs |