mirror of
https://github.com/php/systems.git
synced 2026-04-27 09:08:07 +02:00
6 lines
273 B
Bash
Executable File
6 lines
273 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# build the phd docs using phd itself. inception.
|
|
|
|
/bin/php81 /local/src/phd/render.php --docbook '/local/src/phd/docs/phd-guide/phd-guide.xml' --output '/local/Web/sites/doc.php.net/www/phd/docs/' --format 'bigxhtml' --outputfilename 'index.html' --verbose 0
|