mirror of
https://github.com/php/systems.git
synced 2026-03-24 15:52:22 +01:00
13 lines
289 B
Bash
Executable File
13 lines
289 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# build the phd docs using phd itself. inception.
|
|
|
|
cd /local/src/phpdoc/phd
|
|
|
|
php render.php \
|
|
--docbook docs/phd-guide/phd-guide.xml \
|
|
--output '/local/Web/sites/doc.php.net/www/phd/docs/' \
|
|
--format 'bigxhtml' \
|
|
--outputfilename 'index.html' \
|
|
--verbose 0
|