summaryrefslogtreecommitdiff
path: root/bin/makedoc.sh
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-21 12:04:43 +0000
committerthomascube <thomas@roundcube.net>2008-09-21 12:04:43 +0000
commit8992cad86fbcf664b3444a4790aa74be499e3a1b (patch)
tree96f4f5f8d512338608d0345b9e0358c82e7deac8 /bin/makedoc.sh
parentae2fe663889a87fe594d82a1789dc98e9cb01904 (diff)
Update docs and version strings + remove development scriptsv0.2-beta@1877
Diffstat (limited to 'bin/makedoc.sh')
-rwxr-xr-xbin/makedoc.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/bin/makedoc.sh b/bin/makedoc.sh
deleted file mode 100755
index 5925d0a3f..000000000
--- a/bin/makedoc.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-TITLE="RoundCube Classes"
-PACKAGES="Core"
-
-PATH_PROJECT=$PWD/program/include
-PATH_DOCS=$PWD/doc/phpdoc
-PATH_PHPDOC=/usr/local/php5/bin/phpdoc
-
-OUTPUTFORMAT=HTML
-CONVERTER=frames
-TEMPLATE=earthli
-PRIVATE=off
-
-# make documentation
-$PATH_PHPDOC -d $PATH_PROJECT -t $PATH_DOCS -ti "$TITLE" -dn $PACKAGES \
--o $OUTPUTFORMAT:$CONVERTER:$TEMPLATE -pp $PRIVATE
-