git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2781 dfc29bdd-3216-0410-991c-e03cc46cb475
11 lines
199 B
Bash
Executable File
11 lines
199 B
Bash
Executable File
rm tut.txt || true;
|
|
for i in ../../../examples/[012]*/main.cpp; do
|
|
sed -f tutorials.sed $i >>tut.txt;
|
|
done
|
|
|
|
doxygen doxygen-pdf.cfg
|
|
|
|
cp doxygen.css irrlicht.png logobig.png ../../../doctemp/html
|
|
|
|
|