summaryrefslogtreecommitdiff
path: root/bin/makedoc.sh
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-04-23 14:25:28 +0000
committerthomascube <thomas@roundcube.net>2010-04-23 14:25:28 +0000
commitd062dbe18cbb2609cd2cc67ae843cf33bb4971cf (patch)
treea6d5599167927c659dab831b65b853a815f4d280 /bin/makedoc.sh
parentd824acaf11b9cc0d196488ef3c9bc03bee41f948 (diff)
Add class docuumentation blocks and make phpdoc work again
Diffstat (limited to 'bin/makedoc.sh')
-rwxr-xr-xbin/makedoc.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/bin/makedoc.sh b/bin/makedoc.sh
index 26757c0a7..40c75bf47 100755
--- a/bin/makedoc.sh
+++ b/bin/makedoc.sh
@@ -1,15 +1,6 @@
-#!/usr/bin/env bash
+#!/bin/sh
-if [ -z "$SSH_TTY" ]
-then
- if [ -z "$DEV_TTY" ]
- then
- echo "Not on the shell."
- exit 1
- fi
-fi
-
-TITLE="RoundCube Classes"
+TITLE="Roundcube Classes"
PACKAGES="Core"
INSTALL_PATH="`dirname $0`/.."