mirror of
https://github.com/minetest/irrlicht.git
synced 2025-04-19 10:30:19 +02:00
GLES drivers adapted, but only did make compile-tests. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475
12 lines
245 B
Bash
Executable File
12 lines
245 B
Bash
Executable File
rm tut.txt || true;
|
|
|
|
mkdir ../../../doctemp
|
|
mkdir ../../../doctemp/html
|
|
cp doxygen.css irrlicht.png logobig.png ../../../doctemp/html
|
|
|
|
for i in ../../../examples/[012]*/main.cpp; do
|
|
sed -f tutorials.sed $i >>tut.txt;
|
|
done
|
|
|
|
doxygen doxygen.cfg
|