aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2015-02-15 10:15:59 +0100
committerCamil Staps2015-02-15 10:15:59 +0100
commita22425e8c781c1b5e8a3707ea67736673d6bc797 (patch)
treed24316a0fb0e96dc16311cfd4e479ae27f1cf498 /Makefile
parentfixed 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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 507701e..aaf383d 100644
--- a/Makefile
+++ b/Makefile
@@ -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