File: make_docbook.sh

package info (click to toggle)
php-image-text 0.6.0beta-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 257
  • sloc: php: 739; xml: 193; makefile: 43; sh: 4
file content (10 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#
# This is part of the PEAR::Image_Text package.
#
# Generates the peardoc2 (DocBook XML) version of Image_Text's API documentation into the subdirectory docbook/.
#


rm -rf ./docbook/
phpdoc -d ./ -i example.php,generate_package_xml.php,*.xml -it todo -t ./docbook/ -o XML:DocBook/peardoc2 -s -p -dc images -dn Image_Text