1
0
mirror of https://github.com/php/systems.git synced 2026-03-24 15:52:22 +01:00
Files
archived-systems/update-phd-docs
2024-10-22 10:13:48 -07:00

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