Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9789742
makedoc.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
makedoc.sh
View Options
#!/bin/sh
set
-x
BIN_PHPDOC
=
`
/usr/bin/which phpdoc
`
if
[
! -x
"
$BIN_PHPDOC
"
]
then
echo
"phpdoc not found"
exit
1
fi
INSTALL_PATH
=
"`dirname
$0
`/.."
PATH_PROJECT
=
$INSTALL_PATH
/program/include
PATH_FRAMEWORK
=
$INSTALL_PATH
/program/lib/Roundcube
PATH_DOCS
=
$INSTALL_PATH
/doc/phpdoc
TITLE
=
"Roundcube Webmail"
PACKAGES
=
"Webmail"
OUTPUTFORMAT
=
HTML
TEMPLATE
=
responsive-twig
# make documentation
$BIN_PHPDOC
-d
$PATH_PROJECT
,
$PATH_FRAMEWORK
-t
$PATH_DOCS
--title
"
$TITLE
"
\
--defaultpackagename
$PACKAGES
--template
=
$TEMPLATE
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Aug 18, 8:21 AM (13 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1240046
Default Alt Text
makedoc.sh (529 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment