Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
#
|
|
|
2 |
# This is part of the PEAR::Image_Text package.
|
|
|
3 |
#
|
|
|
4 |
# Generates the HTML version of Image_Text's API documentation into the subdirectory dochtml/.
|
|
|
5 |
#
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
rm -rf ./dochtml/
|
|
|
9 |
phpdoc -d ./ -i docbook/ dochtml/ generate_package_xml.php make_* package.xml CVS/ -t ./dochtml/ -o HTML:frames:phpedit -s -p -dc images -dn Image_Text
|
|
|
10 |
|