root/docs/BUILDING
| Revision 23dea7e00df87480acb58bb3398283c2bb227949, 346 bytes (checked in by Theo Schlossnagle <jesus@omniti.com>, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | {{{ |
| 2 | |
| 3 | svn co https://labs.omniti.com/website/automation/docbuild/ |
| 4 | cd docbuild |
| 5 | PHP=/usr/bin/php DOXYGEN=/usr/bin/doxygen ./configure |
| 6 | mkdir scratch html |
| 7 | svn co --ignore-externals https://labs.omniti.com/reconnoiter/docs |
| 8 | sed -i "s/\$_ENV\['DOXYGEN'\]/'doxygen'/g" build/doxygen.php |
| 9 | ./build-docs.sh --sources docs --scratch scratch --output html |
| 10 | |
| 11 | }}} |
Note: See TracBrowser for help on using the browser.
