726f7a2b68
Originally committed to SVN as r3320.
7 lines
144 B
Bash
Executable file
7 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Help buildbot find the doxygen.log
|
|
ln -s docs/doxygen/doxygen.log
|
|
|
|
cd docs/doxygen
|
|
sh -x ./gen.sh /usr/www/docs.aegisub.org/source
|