Commit 94203cd0 authored by cutealien's avatar cutealien

Linux version of makedocumentation.sh now works like the DOS version and creates html docs.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4666 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 2892e701
rm tut.txt || true; rm tut.txt || true;
for i in ../../../examples/[012]*/main.cpp; do
sed -f tutorials.sed $i >>tut.txt;
done
doxygen doxygen-pdf.cfg
mkdir ../../../doctemp
mkdir ../../../doctemp/html
cp doxygen.css irrlicht.png logobig.png ../../../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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment